-
Notifications
You must be signed in to change notification settings - Fork 1
Renderable base Abstraction #32
Copy link
Copy link
Open
Labels
component: bindingsRelated to Python Bindings generationRelated to Python Bindings generationcomponent: engine objectsRelated to objects from the engine itself (e.g. Cameras, Lights, Meshes, etc.)Related to objects from the engine itself (e.g. Cameras, Lights, Meshes, etc.)type: docstype: feature
Description
Metadata
Metadata
Assignees
Labels
component: bindingsRelated to Python Bindings generationRelated to Python Bindings generationcomponent: engine objectsRelated to objects from the engine itself (e.g. Cameras, Lights, Meshes, etc.)Related to objects from the engine itself (e.g. Cameras, Lights, Meshes, etc.)type: docstype: feature
Projects
StatusShow more project fields
Todo
Description
This keeps track of the implementation of our base object that will be used in this repository. It should be based on ThreeJS's
Object3Dimplementation and should allow composing children of the same type.Tasks