Wouldn’t it be nice to make a simple Gravity Force clone, in 3D, with the latest & top-notch 3D/Physic engine ?
The main ship would look like that :

All posts by astrofra
Prop #0 / Steam Mainframe
Just made a prop for Panzer Planet : a Steam Mainframe, ie a steam operated large scale computer.
Where’s the steam ? Where’s the computer ? No idea π

Screenshots directly from the 3D engine, btw.
Exodus | Our sun is dying …
our.sun.is.dying
we.shall.escape.to.survive
please.lead.and.protect.us
to.the.exodus

Boss #0 / Krieg Maschine #0
Thinking of a boss, at the end of level #0, I started to doodle.
I had the idea a kind of armoured bell, that would come in and out from a pit. Gotta define the sequence, with weak point and attack position.
Should not be too difficult …

Robotic lifeform (steam operated)
In my valiant attempt to create a video game I came to design some levels, of course, and some enemies. Here is one of them, not looking specially mean. It’s a steam robot.

Edit : ‘refined it, the front wheel is smaller, ‘like it better π
Maya2LW Pipeline | Part 3

Thanks to the precious info given by Lernie Ang I was finally able to convert the eyeballs. Now, I there’s just the eyelids left and the character will be completely translated from Maya to LW.
Sneak Peak Here
Lua experiment
For some reasons, I had the opportunity to test the LUA language. I spent one evening on it, then switched to Squirrel (which is very close). What I appreciate the most with scripted languages is that the classic C++ turnaround loop (Stop — Debug — Compile — Link — Start) is made a lot easier.
I took a moment to see how basic scripting turns out in LUA, then practicing things like tables, list, sort, file IO, it ended up in this :
![]() |
Table / Linked list test : put values in a table, then in a list, display them.
Sort table of values : put randomized values in a table, sort it, and display it. Bitmap output : throw RGB pixels in a binary file. This creates a RAW file, that you can open in Photoshop as long as you know its size & depth. The purpose of this was to be able to render a Mandelbrot figure to a file. Mandelbrot fractal : using the previous routine, this sample simply computes the famous Mandelbrot figure. Left is the result. |
Maya2LW Pipeline | Part 2
Here’s a quick snapshot of the texturing work in progress.
The eyes are still missing, here is how it turns out so far :
While trying to export a Maya scene to Lightwave with “MAYA2LW[2]” I experienced some issues with animated nurbs surfaces. So I decided to send an email to Lernie Ang, one of the authors (it’s an open-source solution) of MAYA2LW.
The answer was very interesting, here it is :
Maya2LW2 was developed during a project that also used NURBS surfaces. this wasnt ideal at that time because i only introduced the idea of Maya2LW2-Poly-Only-Please to the modeler guy. it should have been done in poly. however, it DID work; i have had no problems with NURBS-to-Polygon conversion (with history, of course) at all. if it starts fine and then goes screwy after a few frames, i'm thinking of two things: 1.) OBJ *after* conversion must be reexported to make sure point order is correct, and 2.) ascertain that the poly mesh node was selected and not any other. this may or may not solve the problem. the reason why Maya2LW2 is a bit difficult to use regarding exportation is that it is hard (for me) to make assumptions about the complexity of a given scene. maya scenes can be super complex. if i had made assumptions about which mesh node to export it may not work 100 percent of the time. sometimes transforms share two or more shape nodes (e.g. two mesh nodes), which can be a bummer since Maya2LW2 will have to *figure* out which of them is really intended for export.
Lernie kindly sent me a link of another MAYA to LW solution : www.zdavu.com/dev/a2a
All this sounds like music to my hears, ‘got to test asap !!!!
Maya2LW Pipeline | Ten years in a cell …
![Maya2LW[2], screenshots of both applications](/weblog/images/Tuts/tim_bug_maya2lw_01.jpg)
I started a collaboration with the animator Tim Linklater (who is running the excellent website www.strutyourreel.com).
I was in a desperate need of good animated characters and this guy had a lot of stunning animated stuff that deserved to be lighted & rendered, so we decided to join our forces. He sent me some of his pieces of work done in Maya, but I almost never worked with Maya. I had to solutions :
- Learn lighting & rendering in Maya
- Test the infamous Maya To Lightwave pipeline
I choose #2. I found 3 existing software solutions regarding this specific pipeline, then tried one :
- Point Oven, an amazing cross-software baking system by Mark Wilson. It supports Max, Maya, Messiah, LW, XSI and even A:M to a certain extent
- The Beaver Project, a Maya <-> LW pipeline used on many productions
- Maya2LW[2], an open-source project. I took this one because it’s free and was recent enough to run with Maya6/7 & LW 7/8
Using Maya2LW[2] is very simple :
- From Maya exporting datas goes into two steps :
- Save the mesh in Alias|Wavefront format (.obj) so that LW will be able to load them. There is no particular issue there, except if you have to export NURBS. Maya2Lw doesn’t handle NURBS, nor does LW. The solution should be to convert NURBS to Polygons, but it didn’t work for me so far
- Bake & export the animations. Maya2LW export ‘almost MDD compatible’ files, that just need to be converted to MDD format in order to be understood by LW. I had no problem here, except I had to select the relevant nodes in Maya, it can sometimes be tricky to find the right item.
- Back to LW, I did it manually ’cause I couldn’t get the scripts working properly (version mismatch). It is rather straightforward, though :
- When imported, the .obj files sometimes comes without material/surface assigned. That’s a necessary step to reassign surfaces, so that you will be able to see your meshes in the layout. In this precise case, I had to refine the mesh a bit to comply the LW limits : no n-gons subdivision
- Apply MDD : I converted all the mesh transformations from Maya to LW with the MDD format, despite it is generally dedicated to mesh deformations (blendshapes, skinning …). LW uses the Motion Designer displacement plug-in to apply MDD files to any mesh. The settings are straightforward :
![Maya2LW[2], MDD plug-in](/weblog/images/Tuts/tim_bug_maya2lw_mdd.gif)
Conclusion (so far) :
I’ve got roughly the same mesh & deformations in LW as in Maya. Roughly : it seems there are some slight differences regarding the animations, and the bug lost its eyeballs, guess why, they were in NURBS.
Got’ to find a workarround π
Mental Ray | Illustration | Cloudy day
‘Tried a “before the rain” render last night. Clouds are made of huge torus floating in the sky, with a simple “fallof” plugged in the transparency channel.
A wet “after the rain” rendering with lot of reflexions should be funny…


