I have looked through both the forum and manual and at the reference- but I cannot figure out how to make a texture card set to hide show itself when the mouse hovers over it.
Any help?
JB
I have looked through both the forum and manual and at the reference- but I cannot figure out how to make a texture card set to hide show itself when the mouse hovers over it.
Any help?
JB
The .hide() and the .show() command should work.
Just have to check if the mouse is over it, then .show() else .hide()
If your not sure how to check for the mouse… heres a link in the manual that may help:
panda3d.org/manual/index.php/C … 3D_Objects