Thursday, November 26, 2009

NXT robot controlled by a cell phone

0 comments

Friday, November 20, 2009

Exporting models from 3ds max to 3d rad

0 comments
As I mentioned earlier you can export 3d models from 3ds max to 3d rad. It's not that simple though, there are few things you need to keep in mind.
Anyway first download and install the Panda DirectX plugin for 3dsmax. You can get it here => Panda X plugin

Now the few things you should know before exporting.

  • 3d rad uses a metric system so it is good to have 3ds max set to the same system. Also 1 unit = 1 meter.
  • 3d rad will always place the object according to its coordinates. If the object is centered to 0,0,0 in 3ds max the object will be centered in 3d rad as well. If the object will be somewhere else than at 0,0,0 the object will be at the relative position to that coordinates.
  • if you have problems with the exported model in 3d rad (bad triangulation) then when exporting in 3dsmax click on the 'mesh' tab and set 'Optimize Mesh' to 'None' (the model will be optimized no matter what when it is loaded as x object).
  • if you have already textures in correct formats (bitmap) you can just put them in the folder where the exported model will be. then you can check that you don't want the textures to be converted or copied to the directory.
  • if you are exporting a mesh with bones you need to group it prior to exporting.


  • If you want to import the model. You need to install a new skinmesh. This will prompt you to create a new skinmesh. Just type the name and hit enter. Then you can copy you exported files to the directory it creates ..\3D Rad\3DRad_res\objects\SkinMesh\data\[name of the directory created]\.Then whenever you add a skinmesh you can change its look by clicking the change button and choosing your own model (will have an icon of 'user defined').

    Note that lightning maps etc need to be exported individually (model is one export, the map a second one).

    Monday, November 16, 2009

    3D Rad

    0 comments


    As I already mentioned earlier our task was to program our robot to do something in both the "normal" reality and virtual one. For that 3d RAD game engine was shown to us.
    You can get it and learn more about it at 3d rad

    3d rad is a game engine that does not require real coding but supports scripting. It is object oriented engine and is easily customizable. You can import models and scenes from 3D Studio but with some difficulties.

    At this lesson we tried simply importing already predefined things (a car) and we tried to skin it (we added texture for the car body and tires). We added camera (camchase) so we could see where our keyboard controlled car goes.

    We learned that getting a "skin" on the right place on the model is not the easiest thing to do^^.

    Friday, November 13, 2009

    3D Robot Animated

    0 comments
    Been working on a little demo of how the robot will move around and behave... the video can be replaced with anything...

    New Pics of the 3D space from Yevgeniya

    0 comments
    3D Space in progress... Still working on some furniture to liven up the space.
    Good Job Yevgeniya!!



    Friday, November 6, 2009

    3D space in progress

    0 comments

    The space for the robot is slowly approaching the final result. Materials are mapped, transformed and modified. There are even some cool reflections!


    Building the robot (video)

    0 comments
    In the first post you could check the photos from the construction of ShootterBot. Now we bring you a video of the very same process.

    Check it out!



    Sunday, November 1, 2009

    More Progress with the 3D-bot

    0 comments
    Here's the progression of our little robot man... I'm gonna start to work on textures next..