#1
|
|||
|
|||
Possible to change size of a vizshape.addBox object?
Is it possible to getSize and setSize of a vizshape.addBox object?
There is nothing about this on the documentation. |
#2
|
|||
|
|||
Yes, it is possible to get and set the scale of a vizshape object.
box = vizshape.addBox() #define box box.setScale(2,2,2) #change scale by 2x box.getScale() #get the scale Best, Masaki |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to render a texture of the transparent object and then blur it | whj | Vizard | 1 | 09-25-2012 04:15 PM |
How to change the size of different parts of an avatar? | llqqff | Vizard | 3 | 02-23-2010 05:16 PM |
retrieve Object names | Geoffrey | Vizard | 11 | 12-11-2009 05:26 AM |
Randomly and Continuously Change Avatar's Face Texture | Karla | Vizard | 4 | 08-22-2008 01:14 PM |
rotate to object | jargon | Vizard | 1 | 08-08-2005 01:20 PM |