PointCloudFromArray_v2 Op
visualize an array of coordinates as points
Summary (oneliner)
<p>This op works together with the pointMaterial op and also requires a xyz array to render the points. </p>
- Ops.Gl.Meshes.PointCloudFromArray_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
<p>Trigger the op</p>
<p>xyz array in</p>
<i>integer</i>
)<p>Define how many points are rendered. Overrides the xyz array in.</p>
Texture Coordinates
<i>boolean</i>
)<p>Scramble xyz array and color lookup when connected to pointMaterial op with a texture</p>
<p>Random seed for Scramble Texcoords</p>
<p>Array2 for texture coordinates to cover your point cloud</p>
<p>input an Array4 (RGBA) - must be the correct size to color all of your points. PointMaterial needs to be set to "use vertex colors"</p>
OUTPUT PORTS
<p>Outputs geometry object</p>