threepp icon indicating copy to clipboard operation
threepp copied to clipboard

C++17 port of three.js (r129)

Results 24 threepp issues
Sort by recently updated
recently updated
newest added

Hope to have support for IBL from HDR file

Hi, here is class I used to draw a mesh ``` // ============================================================= // Helper Functions (outside the class) // ============================================================= // Example height function float f(float x, float y,...

Currently, it is not implemented, see discussion here: https://github.com/markaren/threepp/issues/304#issuecomment-3263063120

Hello. I have a issue with threepp. I added a root mesh to the scene. The geometry of this mesh is a merge buffer geometry. memory is attributes of mergeo...