RetroTank3D (WIP)
RetroTank3D (WIP)
here are some early screenshots of my game project RetroTank3D. Its a retro toon-style 3D remake of the tank portion of Atari Combat! written with BlitzMax and Irrlicht.
-
- Posts: 122
- Joined: Thu Oct 19, 2006 11:43 am
-
- Posts: 331
- Joined: Sat Sep 02, 2006 4:11 am
- Location: Michigan
- Contact:
Do you know if the filtering issue we had was resolved for 1.3?BlindSide wrote:Yeah it would be nice if this was put to good use.
Irrlicht Demos: http://irrlicht.sourceforge.net/forum/viewtopic.php?f=6&t=45781
-
- Posts: 331
- Joined: Sat Sep 02, 2006 4:11 am
- Location: Michigan
- Contact:
Oh damn I just realised that when I read it. Probably not, though it appears the textures he is using are simple enough that he can just set the entire mesh to point-filtered and get away with it. Im not fully sure how to do this thoughsio2 wrote:Do you know if the filtering issue we had was resolved for 1.3?BlindSide wrote:Yeah it would be nice if this was put to good use.
Wasnt the material structure fully revamped in 1.3? Ive yet to test it..
Why haven't you added it yourself and posted the code?lostclimategames wrote:in that last one posted, why did no-one ever add another extruded pass with the inverted faces for the ink outlines?
Irrlicht Demos: http://irrlicht.sourceforge.net/forum/viewtopic.php?f=6&t=45781
thank you for the comments i did have the shading in there as well in the begginning but i found that shading and lighting didnt match the visual goal i was going for. i want it to feel as if you just "stepped" right into the original 2D game. pretty much full on retro in 3D. i kept the outlines as they were a must in order to make the 3D world definable. it makes for very simple graphics but its exactly the effect im trying for
-
- Posts: 331
- Joined: Sat Sep 02, 2006 4:11 am
- Location: Michigan
- Contact:
-
- Posts: 331
- Joined: Sat Sep 02, 2006 4:11 am
- Location: Michigan
- Contact:
Actually you can do this easily with my shader by changing "csd.png". I chose not to add it on purpose because at the time I disliked the outlined look and wanted something clean. To add black shading just add a few black pixels to the side of the image. If you do this it will look better than crappy inverted models btw, more like proper comic shading...lostclimategames wrote:in that last one posted, why did no-one ever add another extruded pass with the inverted faces for the ink outlines?