3D graphics rendered by PHP
Loading...
1,469
Loading...
Uploader Comments (NeitSotm)
see all
All Comments (9)
-
Not bad not bad :D I tried to wrote a 3d graphic engine with php and phpgd + javascript and i have maybe 3-4 FPS with 100x100 output hehe
You know, im good at maths, not at programming, damn it.
-
So once you had the 3d plan setup within php you render a set of images to show the progression of the points and then combined it into a video?..!
-
Where do I learn how to do this?
-
nice!
-
Wow cool !! how did you do that ??
-
lol that's awesome. Just for the hell of it, too! Turned out very well.
Loading...
I'm interested to see how this is done. Can you share the php code.
varinder101 7 months ago
@varinder101 Sorry, I don't have it any more. I used a 3D perspective projection (look it up on wikipedia) to project points on a 2D plane. Then I drew a circle around the projected points. This isn't entirely correct because the projections should actually be ellipses.
NeitSotm 7 months ago