voxels
This commit is contained in:
parent
3613c03085
commit
6fe9c0f4c2
7 changed files with 262 additions and 13 deletions
|
|
@ -36,5 +36,7 @@ namespace Crafter {
|
|||
Event<void> onUpdate;
|
||||
Camera(float fov, float aspectRatio, float near, float far);
|
||||
void Update();
|
||||
Vector<float, 3> ToRay(uint32_t x, uint32_t y);
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue