|
@@ -7,7 +7,8 @@ import {
|
|
NoToneMapping,
|
|
NoToneMapping,
|
|
NoBlending,
|
|
NoBlending,
|
|
RGBAFormat,
|
|
RGBAFormat,
|
|
- HalfFloatType
|
|
|
|
|
|
+ HalfFloatType,
|
|
|
|
+ BackSide
|
|
} from '../constants.js';
|
|
} from '../constants.js';
|
|
|
|
|
|
import { BufferAttribute } from '../core/BufferAttribute.js';
|
|
import { BufferAttribute } from '../core/BufferAttribute.js';
|
|
@@ -21,7 +22,6 @@ import { Color } from '../math/Color.js';
|
|
import { WebGLRenderTarget } from '../renderers/WebGLRenderTarget.js';
|
|
import { WebGLRenderTarget } from '../renderers/WebGLRenderTarget.js';
|
|
import { MeshBasicMaterial } from '../materials/MeshBasicMaterial.js';
|
|
import { MeshBasicMaterial } from '../materials/MeshBasicMaterial.js';
|
|
import { BoxGeometry } from '../geometries/BoxGeometry.js';
|
|
import { BoxGeometry } from '../geometries/BoxGeometry.js';
|
|
-import { BackSide } from '../constants.js';
|
|
|
|
|
|
|
|
const LOD_MIN = 4;
|
|
const LOD_MIN = 4;
|
|
|
|
|