View Single Post
  #1  
Old 07-24-2014, 04:22 PM
roobert roobert is offline
Member
 
Join Date: May 2014
Location: Pachuca, Hidalgo, México
Posts: 34
Send a message via Skype™ to roobert
Question Meters in vizard

Hello, could help me to know how much equals a linear unit vizard in meters.
position objects to do with:

Viz.addChild obj1 = ('Obj1.dae', pos = [0,0,0])

if I want to add another object to exactly 1 meter from the first object I would do as

* Viz.addChild obj2 = ('Obj2.dae', pos [1,0,0])

but this throws me results that are not real.

my objects are cubes which I made in SketchUp where 1m is that while each side.

doing some trial and error calculations I realize that following this
1m. = 39 units vizard.

What I can say about this
Reply With Quote