modelling & animation

taken from RPG by Andrés F. Martín Martín / andresmartin8787@gmail.com

A boy called Jack begin to have some strange dreams about a different world. One nigth he is trapped into that dream world. A red spirit tell Jack that need his help to regain his power. Jack will have to help the red spirit to "wake up" and return to the real world. The red spirit will ask Jack to activate some crystals spread through the area. Before to be able to activate eack crystal Jack should be defeat some monsters that will be defending the crystal.

modeling, texturing, rigging and animating

Blender 2.56 Beta

Blender is a free, open source 3D graphics application that can be used for modeling, texturing, rigging, animating, rendering and so on. Blender is available for GNU/Linux, Mac OS X and Windows.

To this project I want to create my own animated models. It is a really hard job, so I just downloaded some created models and perform only a few changes in the meshes, textures and animations.

3D Studio MAX 2010

3D Studio MAX is a commercial tools that allow students to work with a student trial license during 3 years. One strong point of these tools is that most of 3D models that you can find on the Internet are only available in .max or .3ds format (not supported by Blender)

references

    • Blender (official web page) [link]
    • Tutorials about starting with Blender [link]
    • Advanced tutorial about modeling [link]
    • Advanced tutorial about texturing and VU mapping [link]
    • Advanced tutorial about rigging [link]
    • Advanced tutorial about animating (walk cycle) [link]
    • Turbosquid (download free 3D models) [link]
    • Ludwing (rigged and ready to animate free 3D model) [link]

development of a 3D game

Unity 3.3

Unity is an integrated authoring tool for creating 3D video games or other interactive content such as architectural visualizations or real-time 3D animations. The editor runs on Windows and Mac OS X and can produce games for Windows, Mac, Wii, iPad or iPhone platforms. It can also produce browser games that use the Unity web player plugin, supported on Mac and Windows. The basic version is completely free, but there is also available a Pro version that cost about 1000$ (free trial during 30 days). Unity Pro allow you to build your game for different platforms and include some new features to improve quality and effiency level.

To this project I decided to use Unity to learn about one of the most easy, powerful and innovative game development tool. Unity allow to design almost every detail of the scene and the assets using the scene editor, but to develop all the interactivity is required to use scripts. Programmers can use JavaScript, C# or Boo. In general the best choice is use JavaScript since it is the most widespread scripting language and almost all the tutorials only use JavaScript.

alternatives

There are too many alternatives but none as famous as Unity for the indies developers. Blender also can be used as a Game Engine to develop games using the models designed in that tool using C++ to program it

unity references