Home
last modified time | relevance | path

Searched refs:construction_tile (Results 1 – 3 of 3) sorted by relevance

/dports/games/netherearth/netherearth-0.51/
H A Dnether.cpp357construction_tile[0]=new C3DObject("/usr/local/share/netherearth/models/construction1.asc","/usr/l… in loadobjects()
360 construction_tile[0]->normalize(10.0); in loadobjects()
361 construction_tile[1]->normalize(9.0); in loadobjects()
362 construction_tile[2]->normalize(7.0); in loadobjects()
398 delete construction_tile[0]; in deleteobjects()
399 delete construction_tile[1]; in deleteobjects()
400 delete construction_tile[2]; in deleteobjects()
401 construction_tile[0]=0; in deleteobjects()
402 construction_tile[1]=0; in deleteobjects()
403 construction_tile[2]=0; in deleteobjects()
[all …]
H A Dconstruction.cpp123 construction_tile[0]->draw(0.5f,0.5f,0.5f); in construction_draw()
125 construction_tile[1]->draw(0.8f,0.8f,0.8f); in construction_draw()
127 construction_tile[2]->draw(0.8f,0.8f,0.8f); in construction_draw()
H A Dnether.h373 C3DObject *construction_tile[3]; variable