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 ca53562 commit 35bdc42Copy full SHA for 35bdc42
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 ( /^(?!.*(Instanced)).*BufferGeometry/.exec( window.location.hash ) ) {
+ if ( window.location.hash.includes( 'Instanced' ) === false && /([\w]+)BufferGeometry$/.exec( window.location.hash ) ) {
72
73
window.location.hash = window.location.hash.replace( 'BufferGeometry', 'Geometry' );
74
0 commit comments