a very newbie problem

taribo

07-04-2007 04:11:21

see after

Game_Ender

07-04-2007 17:39:30

It seems like this has nothing to do with Python-Ogre. Python-Ogre will not slow down the general rendering speed of Ogre. It would probably be best if you posted this question on the ofusion or Ogre forums. Making sure to place any inserted text in code tags for readability.

That said you might want to investigate how much video memory your textures take up once loaded into the video card. It might be that there are two many to fit, and the card is constantly swapping them in and out.

taribo

14-04-2007 14:44:22

It seems like this has nothing to do with Python-Ogre. Python-Ogre will not slow down the general rendering speed of Ogre. It would probably be best if you posted this question on the ofusion or Ogre forums. Making sure to place any inserted text in code tags for readability.

That said you might want to investigate how much video memory your textures take up once loaded into the video card. It might be that there are two many to fit, and the card is constantly swapping them in and out.


SOLVED was a texture problem... thank you for help...
I've a new problem, now i can navigate in 3d world but how can i reduce the "run" when i press W key? my 3d world is small and when i press W i cross all rooms i need slowly...
i hope it's comprensible i don't speak english very well :oops:
thank you
this is the code of my camera

camera.setPosition (0, 0, 0)
camera.lookAt(50, 0, 0)
camera.setNearClipDistance(0.5)

the scene is a 30x30