RenderableObject class
@author mr.doob / http://mrdoob.com/
Ported to Dart from JS by: @author rob silverton / http://www.unwrong.com/
class RenderableObject implements IRenderable {
Object3D object = null;
num z = null;
}
@author mr.doob / http://mrdoob.com/
Ported to Dart from JS by: @author rob silverton / http://www.unwrong.com/
class RenderableObject implements IRenderable {
Object3D object = null;
num z = null;
}