@mml-io/3d-web-threejs 0.0.0-experimental-2a3c26b-20251217 → 0.0.0-experimental-c40d74e-20260107

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.js CHANGED
@@ -7205,7 +7205,7 @@ var vertexShader = (
7205
7205
  out vec2 vUv;
7206
7206
  void main() {
7207
7207
  vUv = uv;
7208
- gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0);
7208
+ gl_Position = vec4(position, 1.0);
7209
7209
  }
7210
7210
  `
7211
7211
  );