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

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 ..

bug

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: ![image](https://github.com/markaren/threepp/assets/6005031/8b40ce44-1496-4196-aed7-70847e1872e7)

enhancement

Need to consider this route sometime in the future. https://eliemichel.github.io/LearnWebGPU/

enhancement

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...

enhancement

could you support the animation of 3D model file

enhancement