bdero / flutter_scene

3D library for Flutter.
MIT License
175 stars 12 forks source link

Properly support rendering translucent meshes #6

Closed bdero closed 3 months ago

bdero commented 7 months ago

Currently, the renderer doesn't explicitly detect translucent items. Translucent items must be marked as translucent and rendered after all opaque items in the scene.

bdero commented 3 months ago

This is done already.