MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / SheepModel_Register

Function SheepModel_Register

src/Model.c:1814–1818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1812};
1813
1814static void SheepModel_Register(void) {
1815 Model_Init(&sheep_model);
1816 sheep_model.maxVertices = SHEEP_BODY_VERTICES + SHEEP_FUR_VERTICES;
1817 Model_Register(&sheep_model);
1818}
1819
1820static void NoFurModel_Register(void) {
1821 Model_Init(&nofur_model);

Callers 1

RegisterDefaultModelsFunction · 0.85

Calls 2

Model_InitFunction · 0.85
Model_RegisterFunction · 0.85

Tested by

no test coverage detected