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

Added floating textures support to WebGLRenderer.

Not sure if this should be enabled by default though.
上级 535848c8
......@@ -6233,6 +6233,12 @@ THREE.WebGLRenderer = function ( parameters ) {
}
if ( ! gl.getExtension( 'OES_texture_float' ) ) {
console.log( 'THREE.WebGLRenderer: Float textures not supported.' );
}
return gl;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册