Directional Works

This commit is contained in:
Confideo-IOM
2026-08-04 20:06:37 +01:00
parent 2b3785e6af
commit f51b435a9d
13 changed files with 96 additions and 89 deletions
@@ -36,11 +36,11 @@ void HydraTextureDebugActor::_CreateMesh()
float max_y = 0.5f * scale_y;
float max_z = 0.5f * scale_z;
float min_u = 1;
float min_v = 1;
float min_u = 0;
float min_v = 0;
float max_u = 0;
float max_v = 0;
float max_u = 1;
float max_v = 1;
// 1---2 5---6
// | / | | / |