提交 fa23fe41 编写于 作者: M Mugen87

Clean up

上级 fc797ceb
......@@ -5,7 +5,7 @@
import { Audio } from './audio/Audio.js';
import { AudioAnalyser } from './audio/AudioAnalyser.js';
import { PerspectiveCamera } from './cameras/PerspectiveCamera.js';
import { CullFaceFront, CullFaceBack, FlatShading } from './constants.js';
import { FlatShading } from './constants.js';
import {
Float64BufferAttribute,
Float32BufferAttribute,
......@@ -1372,7 +1372,7 @@ Object.defineProperties( WebGLRenderer.prototype, {
return undefined;
},
set: function ( value ) {
set: function ( /* value */ ) {
console.warn( 'THREE.WebGLRenderer: .shadowMapCullFace has been removed. Set Material.shadowSide instead.' );
......@@ -1389,7 +1389,7 @@ Object.defineProperties( WebGLShadowMap.prototype, {
return undefined;
},
set: function ( cullFace ) {
set: function ( /* cullFace */ ) {
console.warn( 'THREE.WebGLRenderer: .shadowMap.cullFace has been removed. Set Material.shadowSide instead.' );
......
......@@ -20,7 +20,6 @@ import {
LinearMipMapLinearFilter
} from '../constants.js';
import { Color } from '../math/Color.js';
import { Matrix4 } from '../math/Matrix4.js';
import { Object3D } from '../core/Object3D.js';
import { Group } from '../objects/Group.js';
import { Sprite } from '../objects/Sprite.js';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册