WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-12-2005, 02:06 PM
vadrian vadrian is offline
Member
 
Join Date: Sep 2004
Posts: 32
environment maps, scenes, and you!

so i want to make an experiment where i change the scenes (each with a different environment map). the code i have from the examples is:

env_map = viz.add(viz.ENVIRONMENT_MAP,'Terrain.png')
sky = viz.add('skydome.dlc')
sky.texture(env_map)

however, this only adds the terrain to the first scene. i have tried

env_map = viz.add(viz.ENVIRONMENT_MAP,'Terrain.png', viz.WORLD, scene)

and

sky = viz.add('skydome.dlc', scene)

and

sky = viz.add('skydome.dlc', viz.WORLD, scene)

but the code either throws an error, or it doesn't change anything.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 08:28 PM.


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