Struct geometry::Object [] [src]

pub struct Object(pub Vec<Range>);

An object consists of a list of geometries. The geometries are stored separately, in a geometry buffer.

Methods

impl Object
[src]

Creates a new object layer.

Adds a new object.

Adds new object.