Using the local "models" folder ?

Whenever I want to use a car, environment, or anything like it, I need to upload those files to the directory where panda3d is installed into its models folder.

I would like to be able to have all my files locally, I mean, in the folder I am using to create my game.

Is it possible to use the local “models” folder ? How ?

Put the following in your Config.prc file:


model-path /c/my/path/to/models

David