Script starts but.. screen freezes...

digimikeh

19-02-2009 16:07:28

Hi again...

Solved the others troubles thanks to Joe's help...



Like the image,, script runs, windows shows me the render mode screen between OpenGL and D3D, both selected, first opengl and then tried with d3d... and the result is the image..

I copied the script to C:\PythonOgre\demos\ as you can see, where important files are located.....

Thanks!

bharling

19-02-2009 17:26:24

you need to make a couple of changes:

node1 = sceneManager.getRootSceneNode().createChildSceneNode("RobotNode")
node1.attachObject( ent1 )

digimikeh

19-02-2009 18:12:21

Fantastic!,, ran very well...
thanks..