Skip to content

Commit ef7d141

Browse files
committed
Updated builds.
1 parent 274a0d8 commit ef7d141

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

build/three.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25211,9 +25211,13 @@ THREE.WebGLRenderer = function ( parameters ) {
2521125211

2521225212
}
2521325213

25214-
if ( geometry instanceof THREE.InstancedBufferGeometry && geometry.maxInstancedCount > 0 ) {
25214+
if ( geometry instanceof THREE.InstancedBufferGeometry ) {
25215+
25216+
if ( geometry.maxInstancedCount > 0 ) {
2521525217

25216-
renderer.renderInstances( geometry, drawStart, drawCount );
25218+
renderer.renderInstances( geometry, drawStart, drawCount );
25219+
25220+
}
2521725221

2521825222
} else {
2521925223

@@ -26024,6 +26028,7 @@ THREE.WebGLRenderer = function ( parameters ) {
2602426028
_gl.uniform1f( p_uniforms.toneMappingWhitePoint, _this.toneMappingWhitePoint );
2602526029

2602626030
}
26031+
2602726032
}
2602826033

2602926034
// skinning uniforms must be set even if material didn't change

build/three.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)