2023-07-22 04:52:53 +00:00
|
|
|
# FOURD-JS
|
|
|
|
|
|
|
|
To-do:
|
|
|
|
|
|
|
|
* render a basic wireframe (vertices and edges)
|
|
|
|
|
2023-07-22 05:16:19 +00:00
|
|
|
- cylinder and spheres
|
|
|
|
- group these
|
|
|
|
|
|
|
|
-- DONE
|
|
|
|
|
|
|
|
|
2023-07-22 04:52:53 +00:00
|
|
|
* algorithm for 4d -> 3d transform
|
|
|
|
|
2023-07-22 06:59:48 +00:00
|
|
|
--DONE
|
|
|
|
|
|
|
|
* 4D shape -> 3D projection -> wireframe -> three.js
|
|
|
|
|
|
|
|
--DONE
|
|
|
|
|
|
|
|
Next:
|
|
|
|
|
|
|
|
how to do this efficiently so that we can rotate the shape in 4d and have
|
|
|
|
this animate in 3d?
|