Clean up transparency and buffer render orders.

This commit is contained in:
TomTheFurry
2022-09-16 17:53:54 +08:00
parent 690dd319cb
commit fc5cb6796b
14 changed files with 606 additions and 460 deletions
@@ -472,7 +472,10 @@ public class Mat4f
this.m33,
};
}
public Vec3f asNonNormalizedLookForwardVector() {
return new Vec3f(this.m02, this.m12, this.m22);
}
//===============//
// Forge methods //