BufferObject
- class BufferObject[source]
Bases:
compas_view2.objects.object.Object
A shared object to handle GL buffer creation and drawings
- Attributes
- visualisationlist[str], read-only
List of visualisation properties which can be edited in the GUI.
Methods
Draw the object from its buffers
Draw the object instance for picking
Initialize the object
Create buffers from point/line/face data.
Create all buffers from object's data
Update the object
Update existing buffers from point/line/face data.
Update all buffers from object's data
Inherited Methods
Build an object class according to its corrensponding data type
Register an object class to its corrensponding data type