Struct kiss3d::scene::ObjectData [] [src]

pub struct ObjectData { /* fields omitted */ }

Set of data identifying a scene node.

Methods

impl ObjectData
[src]

The texture of this object.

The color of this object.

The width of the lines draw for this object.

The size of the points draw for this object.

Whether this object has its surface rendered or not.

Whether this object uses backface culling or not.

An user-defined data.

Use dynamic typing capabilities of the Any type to recover the actual data.