WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 02-17-2006, 03:10 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

There are a few ways around this depending on your model. If the model is untextured and symmetrical around the origin, then you can simply apply a negative scale to it:
Code:
model.scale(-1,-1,-1)
If you don't plan on enabling lighting on the model then you can disable back face culling:
Code:
model.disable(viz.CULL_FACE)
.If neither of these work then you might want to try the OSG exporter for 3DS max, which exports the model into Vizards native format. You can download it on the Vizard download page.

I'm not very familiar with 3D modelling tools, but if there is an option to reverse the triangle order on the model, then that might work as well. Let me know if none of these options work, and I'll try to figure out another solution.
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 10:57 AM.


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