Skip to content

Commit

Permalink
Remove check for batch length
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Jan 10, 2025
1 parent 81d75b4 commit dba60b2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/three/loaders/PNTSLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,20 +192,6 @@ export class PNTSLoader extends PNTSLoaderBase {

}

[
'BATCH_LENGTH',
].forEach( ( feature ) => {

if ( feature in featureTable.header ) {

console.warn(
`PNTSLoader: Unsupported FeatureTable feature "${feature}" detected.`
);

}

} );

const object = new Points( geometry, material );
object.position.copy( translationOffset );
result.scene = object;
Expand Down

0 comments on commit dba60b2

Please sign in to comment.