We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b7047 commit 0e04127Copy full SHA for 0e04127
docs/index.html
@@ -68,7 +68,7 @@ <h1><a href="https://threejs.org">three.js</a></h1>
68
69
// *BufferGeometry to *Geometry
70
71
- if ( /([\w]+)BufferGeometry$/.exec( window.location.hash ) ) {
+ if ( /^(?!.*(Instanced)).*BufferGeometry/.exec( window.location.hash ) ) {
72
73
window.location.hash = window.location.hash.replace( 'BufferGeometry', 'Geometry' );
74
0 commit comments