I've tried everything, but nothing's really working. It doesn't seem that there are many tutorials for Panda3D for Mac either. Does anyone on this forum know how to open the .bam files on a mac? I already have the phase files extracted and everything, I just can't open what's inside. Any help would be appreciated! Thanks!
I'm gonna assume that you have Panda3D since you have the phase files already extracted. You're gonna need to use Pview to open .bam files (models). You should be able to use pview from the terminal. So, in the terminal type: pview path/to/.bam and it should open the model you're trying to view
and for models that also are animated, you should be able to type in: pview path/to/model.bam path/to/animation.bam and have the pview window display the model being animated.