Grant-Nelson / ThreeDart

3D graphical rendering tool for websites written in Dart.
Other
16 stars 11 forks source link

Add multiple texture overlay into material light technique and shader #103

Closed Grant-Nelson closed 5 years ago

Grant-Nelson commented 5 years ago

Add multiple texture overlay into material light technique and shader. The additional layers can be alpha blended with prior textures when rendering. This should work for 2D color textures and 3D cube textures for diffuse, speculator, emission, and ambient.

Grant-Nelson commented 5 years ago

Doing a full Material Light Update instead