|
@@ -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();
|
|
|
+
|
|
|
+}
|