MeshFaceColorFillMaterial.js 187 B

12345678910111213
  1. /**
  2. * @author mr.doob / http://mrdoob.com/
  3. */
  4. THREE.MeshFaceColorFillMaterial = function () {
  5. this.toString = function () {
  6. return 'THREE.MeshFaceColorFillMaterial ( )';
  7. };
  8. };
粤ICP备19079148号