Skip to content

Commit

Permalink
Clean up (#27047)
Browse files Browse the repository at this point in the history
  • Loading branch information
WestLangley committed Oct 25, 2023
1 parent 3df4df2 commit 280b907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/jsm/geometries/InstancedPointsGeometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class InstancedPointsGeometry extends InstancedBufferGeometry {

if ( isNaN( this.boundingSphere.radius ) ) {

console.error( 'THREE.FatPointsGeometry.computeBoundingSphere(): Computed radius is NaN. The instanced position data is likely to have NaN values.', this );
console.error( 'THREE.InstancedPointsGeometry.computeBoundingSphere(): Computed radius is NaN. The instanced position data is likely to have NaN values.', this );

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export default InstancedPointsMaterialNode;

export const materialPointWidth = nodeImmutable( InstancedPointsMaterialNode, InstancedPointsMaterialNode.POINT_WIDTH );

addNodeClass( 'FatPointsMaterialNode', InstancedPointsMaterialNode );
addNodeClass( 'InstancedPointsMaterialNode', InstancedPointsMaterialNode );

0 comments on commit 280b907

Please sign in to comment.