Carpet’s sources
Here is the source code for the Magic Carpet demo, just unpack it in your project directory of choice and import the project in Flex Builder, making sure to resolve the dependancies as it makes use of the following packages:
- PaperVision3D in its head revision;
- ASWing in its 1.0 A3 Flex compiler release;
- APE in its v0.45 alpha release (provided w/ modifications);
Let me explain the modifications in APE: i just wanted the engine to perform the timestep in a fixed fashion, so i initially modified it to accept a value, expressed in Hz, that represents the integrator’s timestep to be used, this way no matter if different machines have different framerates, animating will be the same everywhere.
Read more
