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 2079f75 commit 8e14a13Copy full SHA for 8e14a13
docs/index.html
@@ -82,7 +82,7 @@ <h1><a href="https://threejs.org">three.js</a></h1>
82
83
// *BufferGeometry to *Geometry
84
85
- if ( /([\w]+)BufferGeometry$/.exec( window.location.hash ) ) {
+ if ( /^(?!.*(Instanced)).*BufferGeometry/.exec( window.location.hash ) ) {
86
87
window.location.hash = window.location.hash.replace( 'BufferGeometry', 'Geometry' );
88
0 commit comments