WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: farshizzo
Forum: Vizard 10-09-2009, 10:18 AM
Replies: 4
Views: 9,662
Posted By farshizzo
The object you want to have occlude other objects...

The object you want to have occlude other objects must be rendered to the depth buffer first. The default draw order of objects is 0, so setting the draw order to -1 ensures it is rendered before...
Forum: Vizard 10-08-2009, 02:46 PM
Replies: 4
Views: 9,662
Posted By farshizzo
Your model seems to work fine for me. Here is the...

Your model seems to work fine for me. Here is the script I used to test it out:import viz
viz.go()

viz.add('tut_ground.wrl')

model = viz.addChild('testtree.lwo')
model.drawOrder(-1) #Ensure...
Forum: Vizard 10-08-2009, 12:21 PM
Replies: 4
Views: 9,662
Posted By farshizzo
Are you using node.disable(viz.COLOR_WRITE) to...

Are you using node.disable(viz.COLOR_WRITE) to disable color write? This should work on any node3d object. Can you post a sample model or email it to support@worldviz.com.
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -7. The time now is 03:40 AM.


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