Buckets:
ktongue/docker_container / simsite /frontend /node_modules /three /examples /jsm /objects /InstancedPoints.js
| import { | |
| Mesh | |
| } from 'three'; | |
| import InstancedPointsGeometry from '../geometries/InstancedPointsGeometry.js'; | |
| import InstancedPointsNodeMaterial from '../nodes/materials/InstancedPointsNodeMaterial.js'; | |
| class InstancedPoints extends Mesh { | |
| constructor( geometry = new InstancedPointsGeometry(), material = new InstancedPointsNodeMaterial() ) { | |
| super( geometry, material ); | |
| this.isInstancedPoints = true; | |
| this.type = 'InstancedPoints'; | |
| } | |
| } | |
| export default InstancedPoints; | |
Xet Storage Details
- Size:
- 488 Bytes
- Xet hash:
- 47dfbafd3a7e74a6cea72f9e6dae44959fed2487b40a3305594cdea1216da9d8
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.