-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
feature requestNew feature or requestNew feature or requestshaderIssue related to a shader or shadingIssue related to a shader or shading
Description
Is your feature request related to a problem? Please describe.
When loading geometry from an .obj files containing multiple objects (e.g. as groups [g]) it is often the case that these objects have links to theirs materials, saved in accompanying .mtl files. Thus, it is very important to add reading / saving shaders into / from .mtl files. The description of the Wavefront material template library file format may be found at Wikipedia.
Describe the solution you'd like
Add methods load() and save() to CShader class.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or requestshaderIssue related to a shader or shadingIssue related to a shader or shading