Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® Softimage® / Modeling / Simple Question - Modeling a Room
  RSS 2.0 ATOM  

Simple Question - Modeling a Room
Rate this thread
 
53089
 
Permlink of this thread  
avatar
  • Jikinto
  • Posted: 08 March 2011 02:47 PM
  • Total Posts: 1
  • Joined: 25 January 2011 09:27 PM

I’m trying to model a room in Softimage 2011 for a class project. The only problem is that I learned how to model rooms in Lightwave. I would start with a cube, invert the polys and could see through the other side, but in Softimage I see black blocks. what is the normal way the most softimage user would start modeling a room?



Replies: 0
avatar
  • gaboraa
  • Posted: 09 March 2011 09:54 PM

No you don’t have to invert polygons of your cube to see the interior parts. In display options>performance tab you can find “backface culling” option. Turn it on and you will see inside poligons of your mesh. Also here is the scripts for easily accessing the culling options.

To enable it: SetValue("Views.*.*.camdisp.culbackface", true, null);
To disable it: SetValue("Views.*.*.camdisp.culbackface", false, null);



Replies: 0