This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import itertools | |
| from panda3d.core import NodePath | |
| from panda3d.core import TransformState | |
| from panda3d.core import Vec3 | |
| from panda3d.bullet import BulletBoxShape | |
| from panda3d.bullet import BulletConeShape | |
| from panda3d.bullet import BulletConvexHullShape | |
| from panda3d.bullet import BulletCylinderShape |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| from xmlrpclib import ServerProxy | |
| proxy = ServerProxy('http://api.springfiles.com/xmlrpc.php') | |
| searchstring = { | |
| "category" : "engine_linux64", | |
| "limit": 1 | |
| } |
NewerOlder