cool pseudo 3d effect with some bugs.
i remade the sokpop 3d demo, but when i ported to pico-8 some weird bugs started happening , someone could help me solve diss bugs?



what were you trying to do? have the bubbles all the way around..? have them going infinite..?



I wouldn't say this is broken at all, @Davi_dash. Seems to work just fine. I would reverse the X-coordinates though as currently it seems pressing LEFT moves the objects LEFT and RIGHT moves the objects RIGHT which is opposite of most 3D games.
Super work ! Gold star.



you must not display balls behind the camera (e.g. negative coords in camera space), that's what is causing that flashing.
See the fix in wp_to_sp (using ovals for shadows!)



@Tatery1 diss is basic 3d engine i did , using sokpop source code , now thanks to freds72 i can make some 3d games .
[Please log in to post a comment]