ndavd / ncube

Generalized Hypercube Visualizer
https://ncube.ndavd.com
MIT License
117 stars 7 forks source link

[Feature] Manipulate the projected-into 3d space separately from the projected-from space #13

Closed JeffreyBenjaminBrown closed 10 months ago

JeffreyBenjaminBrown commented 10 months ago

I don't know whether this renders the n-dimensional object (where n is high) to 3d space first, and then that 3d space to the 2d screen, or whether it projects straight from n to 2. If it's the former, though, then I'd like to be able to rotate the intermediate 3d virtual object in the ways one normally does -- to see what it looks like from above, below, etc.

ndavd commented 10 months ago

You are currently able to:

Check the help button for all available controls.

JeffreyBenjaminBrown commented 10 months ago

Doh! Roger, thanks! I'll close this then.