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

WebGLObjects: Minor clean up.

上级 4f4c1dec
......@@ -208,7 +208,7 @@ THREE.WebGLRenderer = function ( parameters ) {
}
var extensions = new THREE.WebGLExtensions( _gl );
var objects = new THREE.WebGLObjects( _gl, this.info, extensions );
var objects = new THREE.WebGLObjects( _gl, this.info );
extensions.get( 'OES_texture_float' );
extensions.get( 'OES_texture_float_linear' );
......
......@@ -2,7 +2,7 @@
* @author mrdoob / http://mrdoob.com/
*/
THREE.WebGLObjects = function ( gl, info, extensions ) {
THREE.WebGLObjects = function ( gl, info ) {
var objects = {};
var objectsImmediate = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册