@@ -5,6 +5,8 @@
THREE.PlaneGeometry = function ( width, height, widthSegments, heightSegments ) {
+ console.info( 'THREE.PlaneGeometry: Consider using THREE.PlaneBufferGeometry for lower memory footprint.' );
+
THREE.Geometry.call( this );
this.type = 'PlaneGeometry';