resource manager hot reload (#864)

This commit is contained in:
Turánszki János
2024-06-19 07:28:00 +02:00
committed by GitHub
parent eb3be791df
commit 3eb4c6cc37
12 changed files with 1045 additions and 917 deletions
@@ -1616,6 +1616,7 @@ Axis Aligned Bounding Box. Can be intersected with other primitives.
- Intersects(AABB aabb) : bool result
- Intersects(Sphere sphere) : bool result
- Intersects(Ray ray) : bool result
- Intersects(Vector point) : bool result
- GetMin() : Vector result
- GetMax() : Vector result
- SetMin(Vector vector)
@@ -1637,6 +1638,7 @@ Sphere defined by center Vector and radius. Can be intersected with other primit
- Intersects(Sphere sphere) : bool result
- Intersects(Capsule capsule) : bool result
- Intersects(Ray ray) : bool result
- Intersects(Vector point) : bool result
- GetCenter() : Vector result
- GetRadius() : float result
- SetCenter(Vector value)