Points

Inheritance diagram of rumba.Points
class Points

Bases: rumba.Value

A set of 3d points.

This object is a point cloud.

Constructors

__init__

Methods

bounding_box() Compute the object points bounding box.
compute_vertex_normals(result) Compute and return the vertex normals.
read_points() Return the points buffer.
write_points() Return the points buffer.
bounding_box() → Imath.Box3f

Compute the object points bounding box.

Return type:Imath.Box3f
compute_vertex_normals(result: BufferV3f) → None

Compute and return the vertex normals.

This function computes and returns a buffer of per-vertex smooth normals. This is not the correct display mesh normals.

read_points() → BufferConstV3f

Return the points buffer.

Return type:BufferConstV3f
write_points() → BufferV3f

Return the points buffer.

Return type:BufferV3f