国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術(shù)文章
文章詳情頁

用PHP動態(tài)生成虛擬現(xiàn)實VRML網(wǎng)頁

瀏覽:102日期:2024-01-16 17:23:43
多年前本人開始從事三維動畫方面的學習,后學習了PHP,發(fā)現(xiàn)可以通過PHP動態(tài)生成VRML文檔,有點類似于Generator動態(tài)生成Flash的方式。 由于VRML博大精深,這里只介紹一個簡單的例子,還可以將各種VRML結(jié)點存入數(shù)據(jù)庫中,這樣的虛擬現(xiàn)實網(wǎng)頁將……,爽! 下面是源程序。注意:在服務(wù)器上,要將讓PHP處理wrl格式的文檔,否則后果將是沒有任何虛擬現(xiàn)實。本源程序直接存成wrl文件,在瀏覽器中要安裝插件,可以到我的另一個主頁上去下載:http://go.163.com/~sjtucaocao/ <?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
主站蜘蛛池模板: 崇州市| 盐津县| 镶黄旗| 涪陵区| 通海县| 南江县| 收藏| 上栗县| 维西| 阿拉善盟| 汪清县| 清丰县| 中江县| 民乐县| 遵义县| 衡山县| 治县。| 临邑县| 赞皇县| 东丽区| 双城市| 绥滨县| 龙山县| 双柏县| 西城区| 罗城| 灌云县| 开江县| 宜川县| 荆州市| 克山县| 宣汉县| 全州县| 宝鸡市| 南宁市| 海晏县| 灵山县| 叙永县| 白银市| 福州市| 琼海市|