-

Yes, sir. See the post directly above my own.

Hi people I am new in Panda 3D, right now I am not having troubles by learning it, but I would want this tutorial updated, because it doesn’t work with the 1.5.4 version.

Thank you.

hi there Pollotron
here it is the fixed room - unzip and launch it from console with
python room.py

enjoy!

Ok nice, I have it working now, there is a few bugs like the model doesn’t walk when you press “up” only when you turn left or right, but I think I can fix it.

Btw, is it possible to import egg files to Blender, is there any plugin for that?.

Thank you.

not directly AFAIK
but you may turn’em into several other formats known to blender, even if you have to twiddle a little to find the right way
so you may use the following converter from console:
egg2dxf
egg2flt
egg2x

personally I found egg2flt the best for blender, but anyhow forget to import animations (or if there is a way, I don’t actually know)

Would somebody mind correcting this so it works with 1.7.0?

Many thanks in advance. :smiley:

there you go

Thanks a lot. Works perfectly. :slight_smile:

Any C++ version???

Hi all! I’d like to thank you for this tutorial and its updatings.

I’ve just tried to enable per pixel lighting by adding the line

render.setShaderAuto()

to the end of init method and it caused the tiny model and the walls to be rendered black and white, without texture.

Does anyone know why this happens?

Thank you in advance.