i tried to use a 3D model on panda3d by this code:
model = loader.loadModel("modelPath.bam");
model.reparentTo(render);
but the model just didn't appear, think it didn't work because it was bam file.
I've been using python for a long time but i'm still new at panda3d. Thank in advance.