A new implementation of the old fashioned mode7 engine in flash8 with a huge performance boost. Click into the flashmovie to access keyfocus.
Tran Cao Cuong
Can I get source code of mode 7 inplementation?
This is great!!! I’d love to have the source code. Possible?
Thanks
Hello,
Just wondering where you found the theory that helped you build this example? All I can really find is Wikipedia articles that don’t really offer too much advice.
Thanks,
D
Hi,
I’ve found other versions of mode7 but none seem to look as good as yours. Nor do they have the performance. Are you willing to perhaps share some pointers without giving out your source?
Thanks
This looks really, really nice. I’m currently working on an AS3 mode 7 engine which you can see here: http://peaceoutside.org/mode7.php
How did you handle that Mario picture on this? Did you use sort of a ray casting approach to it?
This one gets some pretty good FPS for the quality and resolution.
Any tips on speed optimizations? Are you using look-up tables for sin/cos and/or using fixed-point integer math?