bschwind / opencascade-rs

Rust bindings to the OpenCascade CAD Kernel
GNU Lesser General Public License v2.1
87 stars 17 forks source link

Feature wish-list #22

Open bschwind opened 1 year ago

bschwind commented 1 year ago

In no particular order

bschwind commented 1 year ago

Rendering Features

References

julianschuler commented 11 months ago

Regarding the renderer: It might be worth having a look at three-d since it already provides a lot of features like lighting, physically-based rendering, shadow maps, orbital control, etc.

It is quite simple to transfer the mesh representation of this library to the one three-d uses, see here for a proof of concept.