From 94ca30b13bffe1f02313b7fd32b2320e5c490fa5 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 6 Aug 2025 06:43:37 -0600 Subject: UGGGGG --- src/world.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index 1d7dd72..fc84ca3 100644 --- a/src/world.h +++ b/src/world.h @@ -52,9 +52,13 @@ struct World { Vector3 size; Texture heightmapTexture; Model heightmap; + Entity entities[WORLD_ENTITY_MAX]; - BVHNode bvh; WorldUID places[WORLD_PLACE_COUNT]; + BVHNode bvh; + + // Transforms for mesh instancing. + Matrix utilityPoleTransforms[WORLD_UTILITY_POLE_COUNT]; int bvhDebugSelect; }; -- cgit v1.2.3