PHP Classes

Examples VRML PHP

Recommend this page to a friend!

      VRML  >  All threads  >  Examples VRML PHP  >  (Un) Subscribe thread alerts  
Subject:Examples VRML PHP
Summary:Please Help vrml header
Messages:1
Author:Alex Torres
Date:2012-01-09 22:48:50
 

  1. Examples VRML PHP   Reply   Report abuse  
Picture of Alex Torres Alex Torres - 2012-01-09 22:48:50
From: Perú
language: Spanish
e-mail: atorres@eesac.com.pe

Estimado amigo estoy intentando generar un vrml file desde php..

?php
header('Content-Type: model/vrml');
$output = '#VRML V2.0 utf8 \n';
$output .= 'Shape {appearance Appearance{ }';
$output .= 'geometry Sphere {radius 2}}';
?

y tengo mensaje de error me podrias ayudar:
The VRML file header not found or unsupported encoding type

saludos desde perú