I am VERY new to Panda3D and having an issue with the sample code in the user manual. I have copied everything from the online manual to my app, but get an error at
from panda3d.core import Point3
I receive the message unresolved import:Point3
I am using Eclipse as my editor and everything else to this point has worked fine. Any suggestions.
John