Page 1 of 1

de.jreality.geometry.Primitives method Sphere

Posted: Mon 9. May 2011, 11:48
by jay
Hey,
in de.jreality.geometry.Primitives the static methods 'Sphere' seems to be wrong documented. It should take the radius, but it seems to to take diameter.
Can somebody confirm that?

Thanks!

Re: de.jreality.geometry.Primitives method Sphere

Posted: Thu 12. May 2011, 12:56
by sechel
The geometry is always a sphere with radius 1. It is scaled to the value that is given by the parameter radius by a transformation in the scene graph.