mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-06-20 01:55:19 +00:00
feat(engine): rendering experiments
This commit is contained in:
@@ -0,0 +1 @@
|
||||
import {Vector} from './types';
|
||||
@@ -0,0 +1,2 @@
|
||||
export type Point = [number, number];
|
||||
export type Vector = [Point, Point, Point];
|
||||
Reference in New Issue
Block a user