Grant-Nelson / ThreeDart

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

Improve bar light #120

Open Grant-Nelson opened 4 years ago

Grant-Nelson commented 4 years ago

Update the bar light and fix TODO in that code. Need to figure out how to handle drawing the bar without having to deal with an integration across the bar. Maybe use the end points and closest points to find a middle point to light the shape with.

Grant-Nelson commented 4 years ago

Also add 2D texturing or add a new issue after this one to handle the 2D texturing.