Explorar el Código

Update Three.Legacy.js

Michael Herzog hace 4 años
padre
commit
c5bb543455
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      src/Three.Legacy.js

+ 9 - 0
src/Three.Legacy.js

@@ -1929,3 +1929,12 @@ export function LensFlare() {
 	console.error( 'THREE.LensFlare has been moved to /examples/jsm/objects/Lensflare.js' );
 
 }
+
+//
+
+export function ParametricGeometry() {
+
+	console.error( 'THREE.ParametricGeometry has been moved to /examples/jsm/geometries/ParametricGeometry.js' );
+	return new BufferGeometry();
+
+}