threepp
threepp copied to clipboard
C++17 port of three.js (r129)
On a Mac with Retina display the screen size is wrong and you only get an image in the bottom quater of the screen. To fix you need to use...
Make sure dispose can be / is called
Experiencing frequent gimbal locks.. Never had this issue with three.js or three.kt ..
This is a redesign of the event system to approximate a rough observable model. There is no longer a removeEventListener methods. Subscribing to an event will return a subscription handle...
Add PhysX integration. Some work in progress: 
Need to consider this route sometime in the future. https://eliemichel.github.io/LearnWebGPU/
Currently it's not possible to pass lambdas as event listeners void EventDispatcher::addEventListener(const std::string& type, EventListener* listener) You enforce a virtual base type and also force to pass by pointer. Both...