Return points of a prism.
The points can either represent the triangles that make up each base, or represent the start and end points lines that are the edges of the prism.
If the points represent triangles, then a second array of normal vectors for each point will be available.
cube options
an array of points and normals. If the points represent lines, then the array of normals will be empty.
Return points of a prism.
The points can either represent the triangles that make up each base, or represent the start and end points lines that are the edges of the prism.
If the points represent triangles, then a second array of normal vectors for each point will be available.