Camera Tracking with Blender

Ever wonder how to make it look like a 3D object is moving in relation to a moving camera? For the effect I’m talking about, have a look at this: http://3d-synthesis.com/movies/Lincoln_1961_02.mov The car on the left is created in Blender, the car on the right is real. To make 3D generated objects look like they’re … Read more

3D Flash Game Example

Here is an example of a 3D Flash game, that uses Away3D: http://www.newgrounds.com/portal/view/427278 If you use the arrow keys while making your character jump by clicking with the mouse, you can get some Matrix style turns. 😉

3D Animation in Flash

Want to do 3D in Flash? There are 3 basic ways to get 3D animation in Flash.

Methods:

  1. You can export video (or a series of images) from your 3D program, and import it into Flash. These would be basically a series of raster images (i.e. bitmaps) in Flash, that look like 3D.
  2. You can use some type of export from a 3D program that renders directly as a vector object in Flash. This would be similar to method 1, except that it would be in a Vector format instead of raster.
  3. Read more