|
@@ -226,7 +226,7 @@ var files = [
|
|
|
{ path: 'utils/BufferGeometryUtils.js', dependencies: [], ignoreList: [] },
|
|
|
{ path: 'utils/GeometryUtils.js', dependencies: [], ignoreList: [] },
|
|
|
{ path: 'utils/SceneUtils.js', dependencies: [], ignoreList: [] },
|
|
|
- { path: 'utils/ShadowMapViewer.js', dependencies: [ { name: 'UnpackDepthRGBAShader', path: 'shaders/UnpackDepthRGBAShader.js' } ], ignoreList: [ 'DirectionalLight', 'SpotLight' ] },
|
|
|
+ { path: 'utils/ShadowMapViewer.js', dependencies: [ { name: 'UnpackDepthRGBAShader', path: 'shaders/UnpackDepthRGBAShader.js' } ], ignoreList: [] },
|
|
|
{ path: 'utils/SkeletonUtils.js', dependencies: [], ignoreList: [] },
|
|
|
{ path: 'utils/TypedArrayUtils.js', dependencies: [], ignoreList: [] },
|
|
|
{ path: 'utils/UVsDebug.js', dependencies: [], ignoreList: [ 'SphereBufferGeometry' ] },
|