added box mateial wrapper

This commit is contained in:
2025-09-11 15:30:11 +05:30
parent f35daf3cf5
commit a9af598ade
16 changed files with 188 additions and 99 deletions

View File

@@ -0,0 +1,6 @@
varying vec2 vUv;
void main(){
vUv = uv;
gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0);
}