Archive

Posts Tagged ‘modeling’

Set start_point for Panda3D useing Blender

August 30th, 2009

How to create a start point position for your maps/models useing blender and Panda3D. When I was following the Roaming Ralph sample code I was unable to recreate the world model to use the start point value. This is how to do it.

Step One:
Create a Vertex or plane, any thing, in the place where you want your start_point to be.

Step Two:
Make sure that you are in Object Mode not edit. Press F7 which will take youto the Object Panel (See Left) and change the name of the object to “start_point” (See Right)

Step2Step3

Step Three:
Export useing chiken to egg, and check to see if it worked by pressing “Shift + L”, check the command line to see if it says something like,  PandaNode start_point T:m(pos -6.71705 9.45356 5.36108)

You should now be able to get the position of the start point by doing something like this. self.environ.find(“**/start_point”).getPos()

With help from here and here. Hope this helps someone. Comments welcome ^_^

Pete Programming, Tutorials , , , ,

Stale Desktop Environments

June 28th, 2009

I am board of all the same desktop environments, they all look the same. They all have the same flat 2D display. since the release of Vista they have all gone flashy and shiny, that’s great but it is still the same as the old ‘95 desktop, it has a menu at the bottom and flat 2D windows. Yes there are some desktops that have some sort of 3D or 2.5D display but these are all still fundamental the same thing.

What I am trying to say is that we need to have a good long look at the current desktop and see what we can do to make it new and exciting. I shall prove my point with these images.

I mean they are all the same, I know Bump Top is different but its still not that different to what we have at the moment.

Basicly I’m looking for something completely different, yet simple to use and has an innovative user interface.

More Information and references

Windows 3.1x XFCE 4.0 Windows 98 Windows XP GNOME Windows Vista KDE Windows 7

Pete Information, Programming , , , ,

Chaos Gate

February 16th, 2009

I am attempting to create the chaos gate from the anime .hack //SIGN, for those of you who don’t know what it is.  A chaos gate is “a sort of transfer device that takes us from one place to another.” — Lord Orca —within The World (a MMORPG) Here’s a picture of the chaos gate from .hack //SIGN;

And a video,

I will show you what I end up making soon(ish)

Pete Anime, Random Useless items of interest, StarQuest , , , ,