View Single Post
  #1  
Old 08-19-2014, 12:09 PM
The SundanceKid The SundanceKid is offline
Member
 
Join Date: May 2014
Posts: 4
Question Is it possible to set the size of a vizshape.addBox() in a different coordinate sys?

I want to do something like

Code:
box = vizshape.addBox(size=[foo,foo,foo], mode=viz.ABS_GLOBAL)
How can I set the size of a box with respect to viz.ABS_GLOBAL?
If I can't do this, how can I convert viz.ABS_GLOBAL widths, heights,
and depths into vizshape.addBox()'s size coordinate system?

--- The Sundance Kid
Reply With Quote