8000 GitHub - TheCheapestPixels/panda3d-logos: panda3d logos and things
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TheCheapestPixels/panda3d-logos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

panda3d-logos

The Panda3D logo in various formats, a 3d animated splash screen and code to show it off.

Wait, code?

Yup. You're already using Panda3D, after all, right? Here's the pertinent bits of examples/panda3d_logo.py

from panda3d_logos.splashes import RainbowSplash

splash = RainbowSplash()
interval = splash.setup()  # This'll change the scene graph, in
                           # particular reparent the cam!
# interval is a Panda3D interval you can .start() it now
splash.teardown()          # To de-litter your state.

About

panda3d logos and things

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0