Guest User

Untitled

a guest
Feb 18th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var material = new THREE.PointCloudMaterial({ size: 3, vertexColors: THREE.VertexColors });
  2. var points = new THREE.PointCloud(geometry, material);
  3. viewer.sceneAfter.add(self.pointCloud);
  4. viewer.invalidate(true);
Add Comment
Please, Sign In to add comment