I've decided to learn Actionscript over Christmas break this year, so I thought it would be fun to try some 3D stuff.
This is what I have so far:
- System to render out nodes, edges, and polygons
- Basic control system (rotate, zoom, and move camera)
- Java "converter" which takes a .mdl file and converts it to a custom formatted text file
- Actionscript importer which imports the data from the text file and constructs a model from it
I attached a picture of the model in Animation Master, here's the same model in flash:
https://mywebspace.wisc.edu/vandeweghe/web/engine.htm
Current issues:
- It runs pretty slowly. There are a few things I'm aware of that will speed it up a bit, but I'm guessing it's also the limits of what flash can handle
- I currently have all splines fully connected (first node connects to the last node). This is sometimes correct, but at other times it's not what I want
If you're interested, here are 2 more tests I did a bit earlier (that eventually led to this project):
https://mywebspace.wisc.edu/vandeweghe/web/stars.htm
https://mywebspace.wisc.edu/vandeweghe/web/particles.htm
This is what I have so far:
- System to render out nodes, edges, and polygons
- Basic control system (rotate, zoom, and move camera)
- Java "converter" which takes a .mdl file and converts it to a custom formatted text file
- Actionscript importer which imports the data from the text file and constructs a model from it
I attached a picture of the model in Animation Master, here's the same model in flash:
https://mywebspace.wisc.edu/vandeweghe/web/engine.htm
Current issues:
- It runs pretty slowly. There are a few things I'm aware of that will speed it up a bit, but I'm guessing it's also the limits of what flash can handle
- I currently have all splines fully connected (first node connects to the last node). This is sometimes correct, but at other times it's not what I want
If you're interested, here are 2 more tests I did a bit earlier (that eventually led to this project):
https://mywebspace.wisc.edu/vandeweghe/web/stars.htm
https://mywebspace.wisc.edu/vandeweghe/web/particles.htm