提交 1879afff 编写于 作者: M Mr.doob

PlaneGeometry: Added console.info().

上级 5ba54f71
......@@ -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';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册