Skip to content

Commit

Permalink
added a crow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAwesomePossum committed Jun 26, 2015
1 parent 82d1aac commit 69d4b9d
Show file tree
Hide file tree
Showing 10 changed files with 35,324 additions and 5 deletions.
3 changes: 3 additions & 0 deletions PandaModels.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ def bowlingPins(**a):
def tardis(**a):
return pandaModel ("TARDIS/tardis.egg", name = "Tardis", **a)

def crow(**a):
return pandaModel ("crow/crow.egg", name = "crow", **a)

def spiderman(**a):
return pandaModel(Globals.pandaPath + "/models/Spiderman/SpiderMan.egg", name = "Spiderman",
animation={"DOIT!":Globals.pandaPath + "/models/Spiderman/SpiderMan-DOIT.egg","pose":Globals.pandaPath + "/models/Spiderman/SpiderMan-Pose.egg"},
Expand Down
Binary file added lib/models/crow/OBJ_Crow_D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/models/crow/OBJ_Crow_D.tga
Binary file not shown.
Binary file added lib/models/crow/crow.3DS
Binary file not shown.
Loading

0 comments on commit 69d4b9d

Please sign in to comment.