|
TOP
|
| 文章内容 |
<?php header("Content-type: application/x-vrml");$txt="#VRML V2.0 utf8
DEF leftBox Transform { translation -5 0 0 children [ Shape { appearance Appearance { material Material { diffuseColor 1 0 0 } } geometry Box{} } DEF SphereChild Shape { appearance Appearance { material Material { diffuseColor 1 0 1 } } geometry Sphere { radius 1.2 } } ] }
DEF rightBox Transform { translation 5 0 0 children [ Shape { appearance Appearance { material Material { diffuseColor 0 0 1 } } geometry Box{} } ] }
DEF onoff Transform { translation 0 -1 0 children [ Shape { appearance Appearance { material Material { diffuseColor 0 1 0 } } geometry Box{} } DEF TS TouchSensor{} ] }
DEF S Script { eventIn SFBool isActive eventOut MFNode child field MFNode testNode USE SphereChild url "javascript: function isActive(value) { if (value) { child=testNode; } } " }
ROUTE TS.isActive TO S.isActive ROUTE S.child TO leftBox.removeChildren ROUTE S.child TO rightBox.addChildren";echo $txt; ?> |
|
| 相关信息 |
![]() |
用PHP动态生成虚拟现实VRML网页 (转 )
发布者:草帽
浏览量:2248
发布日期:2005-05-12 11:01:49
所属专题: |
|
|