Hi,
I want to make a game like this one below
http://www.triqui.com/game/2272-3d-motorcycle-race/
Any idea about how to create the 3d effect?
Any suggestion/tutrorial ?
Printable View
Hi,
I want to make a game like this one below
http://www.triqui.com/game/2272-3d-motorcycle-race/
Any idea about how to create the 3d effect?
Any suggestion/tutrorial ?
search for "mode7"
just a hint,- use next time a usefull thread title,- been searching for this thread because I found soemthing interesting and quicker as your example:
http://www.gumbird.com/contenu/labo/fzero/index.html
Here's a zipped up proof of concept that includes source that you can muck around with, the "Pinball Racers" link in my sig is the finished product.
http://esl.eng.ohio-state.edu/~rac/kartsrc.zip
The catch is that it's AS3/F9. You should be able to pull it off with F8 using basically the same principle: scanline by scanline rasterization using affine bitmapFills (F8 has bitmaps and graphics.beginBitmapFill, right?). Check out Viewport.redraw to see the math behind it and judge for yourself if you can emulate it in F8.
On another note, Flash 10 could render this style of game at extremely(!) high frame rates. A higher performance version of PBR's renderer, implemented in Flash 10, is on my todo list.
Wow that example render is absolutely brilliant.
http://fredheintz.com/sitefred/main.html
mode7 engine there is the base of my mode7 racer
at blastone.com/games/motoracer