first commit
This commit is contained in:
13
Minecraft.Client/SheepModel.h
Normal file
13
Minecraft.Client/SheepModel.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "QuadrupedModel.h"
|
||||
|
||||
class SheepModel : public QuadrupedModel
|
||||
{
|
||||
private:
|
||||
float headXRot;
|
||||
public:
|
||||
SheepModel();
|
||||
|
||||
virtual void prepareMobModel(shared_ptr<Mob> mob, float time, float r, float a);
|
||||
virtual void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale, unsigned int uiBitmaskOverrideAnim=0);
|
||||
};
|
||||
Reference in New Issue
Block a user