Skip to content

Commit 280b907

Browse files
authored
Clean up (mrdoob#27047)
1 parent 3df4df2 commit 280b907

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/jsm/geometries/InstancedPointsGeometry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class InstancedPointsGeometry extends InstancedBufferGeometry {
155155

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

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

160160
}
161161

examples/jsm/nodes/accessors/InstancedPointsMaterialNode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ export default InstancedPointsMaterialNode;
1818

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

21-
addNodeClass( 'FatPointsMaterialNode', InstancedPointsMaterialNode );
21+
addNodeClass( 'InstancedPointsMaterialNode', InstancedPointsMaterialNode );

0 commit comments

Comments
 (0)