Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
lslzl3000 committed Aug 7, 2024
1 parent 65cef8e commit c490a2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/GridObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export class GridObject extends Object3D {
let mr = z.addComponent(MeshRenderer);
mr.geometry = line;
let mat = mr.material = new UnLitMaterial();
console.log(mat)
mat.baseColor = new Color(0, 1, 0, 0.5);
mat.blendMode = BlendMode.ADD;
mat.castReflection = false;
Expand Down

0 comments on commit c490a2a

Please sign in to comment.