LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

DEFY3D Pseudo-Texture Test

Root / Submissions / [.]

AveryCreated:
Download:1R8EDWHE
Version:Size:16 KB
This program uses a simple 3D rendering algorithm I have made months back, and it uses many individually colored polygons to construct a sort of textured surface. It uses 4 polygons for each pixel. Two to make up a square, 4 to make it double-sided. This program runs incredibly slow due to its high polygon count (1026 in total in memory) and inefficiency! Included with the project is the program labeled "DEFY3DSIMPLE", which will open with a scene of only 10 polygons, and will run smoothly on the old 3DS.

Instructions:

Circle Pad - Move Camera Up/Down - Lift/Lower Camera Face buttons (+C Stick) - Pan Camera L/R - Rotate Camera

This is super cool! I wonder if anyone will use this!

When you go into a polyhedral object, the screen starts flickering like mad.

Replying to:ElzoBro
This is super cool! I wonder if anyone will use this!
I better comment it and put it up as a standalone interface though. xD

Replying to:chicken
When you go into a polyhedral object, the screen starts flickering like mad.
I can't quite recreate it, but I definitely believe it. I do need to fix some stuff with offscreen polygon handling.

this would be nice on SB BIG. it might actually be plausible to create a full game with this engine.

Replying to:chicken
this would be nice on SB BIG. it might actually be plausible to create a full game with this engine.
Oh yeah, maybe! Raycasting would make a better result, though. Perhaps a combination of the two could be speed efficient.