RenderableObject.js 130 B

12345678910
  1. /**
  2. * @author mr.doob / http://mrdoob.com/
  3. */
  4. THREE.RenderableObject = function () {
  5. this.object = null;
  6. this.z = null;
  7. };
粤ICP备19079148号