
Alex Torres - 2012-01-09 22:50:00
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ú