Log In  


Cart #wowcool3d-0 | 2022-11-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

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?

6


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.


1

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!)

Cart #pefuyododi-0 | 2022-11-18 | Code ▽ | Embed ▽ | No License
1


@freds72 omg,thanks.


@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]