first commit
This commit is contained in:
13
Minecraft.Client/MinecartModel.h
Normal file
13
Minecraft.Client/MinecartModel.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "Model.h"
|
||||
|
||||
class MinecartModel : public Model
|
||||
{
|
||||
public:
|
||||
static const int MINECART_LENGTH=6;
|
||||
|
||||
ModelPart *cubes[MINECART_LENGTH];
|
||||
|
||||
MinecartModel();
|
||||
virtual void render(shared_ptr<Entity> entity, float time, float r, float bob, float yRot, float xRot, float scale, bool usecompiled);
|
||||
};
|
||||
Reference in New Issue
Block a user