Skip to content

Commit ed2488e

Browse files
committed
make marker flush with the face
1 parent 992700c commit ed2488e

File tree

1 file changed

+1
-1
lines changed
  • basics/game-objects-and-scripts/src

1 file changed

+1
-1
lines changed

basics/game-objects-and-scripts/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ fn draw_model(state: &State, view_proj: Mat4) {
262262
}
263263

264264
{
265-
let model = Mat4::translate(vec3!(0., 1., 0.25)) *
265+
let model = Mat4::translate(vec3!(0., 1., 3./64.)) *
266266
Mat4::scale(vec3!(0.5, 1., 0.1));
267267

268268
textured_lit::apply_uniforms(

0 commit comments

Comments
 (0)