Principe: vous devez dans la PREMIERE ligne du script définir le content-type:
<? Header("Content-type: model/vrml"); echo "#VRML V2.0 utf8"; ?>PROTO Tree .... Transform { translation -5 0 -10 children [<?for ($i=0; $i<10; $i++) { for ($j=0; $j<10; $j++) { echo "Tree { translation $i 0 $j }"; } }?> ] }