WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   V-Realm Builder background and light load problems (https://forum.worldviz.com/showthread.php?t=3007)

mizutani_jun 10-08-2010 12:46 AM

V-Realm Builder background and light load problems
 
2 Attachment(s)
I try to use simple background from V-Realm Builder in vizard but when i add this file as background.wrl file nothing appear in vizard window.
I know vizard already have skydome.dlc file to load sky easily but for now i just want simple file from V-Realm Builder.
I previously use matlab so i just want to make same sample to use in vizard.
I just use simple command like below but nothing appears but also no error found.

import viz
viz.go()
background=viz.add('wrl_files/background.WRL')

I try same command but for skydome like below.I dont add jpg sky files so nothing appears but at least i can see the background but this didnt happen when i load simple background file from V-Realm Builder.

import viz
viz.go()
skydome=viz.add('skydome.dlc')

I also try to add light function but also nothing appears.The command is like below.

import viz
viz.go()
light=viz.add('wrl_files/light.WRL')

I also add my files in zip file below.

Am i missing something?
Really need helps.
Thanks.


All times are GMT -7. The time now is 10:19 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC