ClassiCube/Model
2015-07-05 19:59:26 +10:00
..
BlockModel.cs Move model size functionality to model classes. Add separate bounding boxes for collision and picking. Add function to rotate points around Y axis. 2015-07-03 09:20:46 +10:00
ChickenModel.cs Refactor 2D text drawing to be simpler. Refactor IModel class - use the player argument directly, rather than copying them to fields for every different model. Move LocationUpdate structure into its own file. 2015-07-05 19:59:26 +10:00
CreeperModel.cs Refactor 2D text drawing to be simpler. Refactor IModel class - use the player argument directly, rather than copying them to fields for every different model. Move LocationUpdate structure into its own file. 2015-07-05 19:59:26 +10:00
IModel.cs Refactor 2D text drawing to be simpler. Refactor IModel class - use the player argument directly, rather than copying them to fields for every different model. Move LocationUpdate structure into its own file. 2015-07-05 19:59:26 +10:00
ModelCache.cs Don't crash on invalid block ids in ChangeModel. 2015-04-21 18:59:42 +10:00
ModelPart.cs Use single VB for all other models (untested). 2015-06-01 06:45:22 +10:00
PigModel.cs Refactor 2D text drawing to be simpler. Refactor IModel class - use the player argument directly, rather than copying them to fields for every different model. Move LocationUpdate structure into its own file. 2015-07-05 19:59:26 +10:00
PlayerModel.cs Refactor 2D text drawing to be simpler. Refactor IModel class - use the player argument directly, rather than copying them to fields for every different model. Move LocationUpdate structure into its own file. 2015-07-05 19:59:26 +10:00
SheepModel.cs Refactor 2D text drawing to be simpler. Refactor IModel class - use the player argument directly, rather than copying them to fields for every different model. Move LocationUpdate structure into its own file. 2015-07-05 19:59:26 +10:00
SkeletonModel.cs Refactor 2D text drawing to be simpler. Refactor IModel class - use the player argument directly, rather than copying them to fields for every different model. Move LocationUpdate structure into its own file. 2015-07-05 19:59:26 +10:00
SpiderModel.cs Refactor 2D text drawing to be simpler. Refactor IModel class - use the player argument directly, rather than copying them to fields for every different model. Move LocationUpdate structure into its own file. 2015-07-05 19:59:26 +10:00
ZombieModel.cs Refactor 2D text drawing to be simpler. Refactor IModel class - use the player argument directly, rather than copying them to fields for every different model. Move LocationUpdate structure into its own file. 2015-07-05 19:59:26 +10:00