mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 02:44:40 +00:00
feat(engine): integration rendering and inputs
This commit is contained in:
0
packages/rendering/camera.ts
Normal file
0
packages/rendering/camera.ts
Normal file
@@ -1,2 +1,4 @@
|
||||
export type Point = [number, number];
|
||||
export type Vector = [Point, Point, Point];
|
||||
export type Vec3 = [number, number, number];
|
||||
export type Vec4 = [number, number, number, number];
|
||||
|
||||
export type Mat4 = [Vec4, Vec4, Vec4, Vec4];
|
||||
|
||||
Reference in New Issue
Block a user