Skip to content

Commit

Permalink
fix: adapt engine inverse function
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfengzzz committed Oct 27, 2022
1 parent 8810981 commit 36f1da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/geometry-sketch/src/material/WireframeMaterial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { geometryTextureDefine, geometryTextureVert } from "./GeometryShader";
Shader.create(
"wireframeShader",
`
#include <common>
uniform float u_lineScale;
uniform mat4 u_VPMat;
uniform mat4 u_worldMatrix;
Expand Down

0 comments on commit 36f1da4

Please sign in to comment.