KDahir247/Fabled-Engine

Create support in wgsl for handling Mtl color.

KDahir247 opened this issue · 3 comments

Diffuse 2021-06-11

I will add support in the graphic system to handle diffuse color, ambient color, specular color, shininess, Dissolve (alpha channel) and their corresponding textures. The wgsl shader will also work with the color and textures to produce the correct final render that matches the mtl data.

Stale issue message

Going to change the design from the material system.
The material system will parse the shader and will create a mtl file where
user can can the values in the mtl file. The mtl will be processed and will update
the variables in the shader.

I will close this, since this isn't the design target anymore.
current mtl file design