markaren / threepp

C++20 port of three.js (r129)
MIT License
581 stars 50 forks source link

Regression on remove #238

Closed markaren closed 4 months ago

markaren commented 4 months ago

The xxx_geometry demos which features agressive use of removal of scene objects seems to have suffered a regression that may lead to crashes.

The issue may be temporarly resolved by calling GLRenderer::resetState()

markaren commented 4 months ago

Issue located within GLBindingStates