-
Notifications
You must be signed in to change notification settings - Fork 1
OBJ Loader #33
Copy link
Copy link
Open
Labels
component: assetsRelated to assets management (e.g. Textures, Shaders, Models, etc.)Related to assets management (e.g. Textures, Shaders, Models, etc.)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: assetsRelated to assets management (e.g. Textures, Shaders, Models, etc.)Related to assets management (e.g. Textures, Shaders, Models, etc.)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
.objfile loader implementation, which delegates the parsing of these files totinyobjloader. The result should be ameshobject with children corresponding to the sub-meshes found during parsing.Tasks