Skip to content

Commit

Permalink
🐛 fix modelL not displaying model colors
Browse files Browse the repository at this point in the history
  • Loading branch information
slooi committed Oct 1, 2024
1 parent 53ff1ed commit 1a8f5a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/model/modelL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const model = {
void main(){
outColor = outColor;
outColor = v_color;
}
`
}
2 changes: 1 addition & 1 deletion src/webgl.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { m4 } from "./m4"
import { model } from "./model/modelPlane"
import { model } from "./model/modelL"
import f from "./assets/tex.png"


Expand Down

0 comments on commit 1a8f5a2

Please sign in to comment.