/** * @author mr.doob / http://mrdoob.com/ */ THREE.RenderableObject = function () { this.object = null; this.z = null; };