My AS3 pride and joy

Meh, I thought it was about time that I showed you my favourite AS3 flash EVER… In fact even though it’s not a comlpeted product, it is still the best flash I have ever made.

http://denvish.net/ulf/130207/84599_t1.php

It involves 3 classes;

I am not sure if I want to make my Texture class public atm.
In anycase, this is a testament to AS3’s speed. Just think of how slow it would be in AS2!! There are 4 heavily textured cubes rotating at teh same time!

Also, I compared my texture class to that of Sandy’s AS2 class and mine was WAY faster.

P.S. The lighting was a bit of a half-*** job on my part. It looks at the “surface area of the texture” but it’s inacurate because I only took the bounding box into consideration… I added chunks of code to make it more accurate.

EDIT I have added the AS3 source files! OMG.