HomeAbout

CANDYDIMENSION - Package Of 3D Classes - ActionScript 2

Hi!

I have upload some code on Google code. It is written in AS2 and i think it is really easy to use. No comment and docs but i have provide some samples. If you wanna take a look here it is:

http://candymandesign.blogspot.com/2008/01/candydimension-v10.html


You will be able to build basic 3d space - cubes, spirals, basic material mapping, change the depths, scale, color transformations… Nothing like Papervision or Sandy - not that complex - but think it is easier to use.

Best!

Mirko

Random Methods Utility Class

Simple collection of utility methods for working with random values.http://www.gskinner.com/blog/archives/2008/01/source_code_ran.html 

SeededRandomizer

From the site:

The standard way to generate a random number in Adobe Flash is to use the Math.random() method. I’ve found Flash’s random number generator to be perfectly sufficient for all applications I’ve used it in up to this point. Unfortunately, the Math.random method does not allow you to “seed” the random numbers it generates; this is problematic if you want to generate the same random numbers repeatedly.

http://www.dncompute.com/blog/2007/03/19/seed-based-pseudorandom-number-generator-in-actionscript.html

Tons of Math-related classes

packages for algebra, trigonemetry, curves, points, etc.  Too many to list.

http://members.shaw.ca/flashprogramming/wisASLibrary/wis/index.htmlÂ