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