WLJS LogoWLJS Notebook

Point

Supports Offload

represents 3D point

Point[{x,y,z}] 

or set of points

Point[p_List] 

Parameters

RGBColor

Opacity

PointSize

Absolute size of a point can be altered using PointSize

{PointSize[Small], Point[{1,1,1}]}

or in numbers

{PointSize[0.01], Point[{1,1,1}]}

Indexed geometry

The most efficient way of using it for constructing complex objects is to wrap it into GraphicsComplex

On this page