mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
commit
36fed3db9c
2 changed files with 6 additions and 5 deletions
|
@ -61,10 +61,10 @@ Head::Head(Avatar* owningAvatar) :
|
|||
_audioAttack(0.0f),
|
||||
_returnSpringScale(1.0f),
|
||||
_bodyRotation(0.0f, 0.0f, 0.0f),
|
||||
_renderLookatVectors(false),
|
||||
_mohawkTriangleFan(NULL),
|
||||
_mohawkColors(NULL),
|
||||
_renderLookatVectors(false) {
|
||||
|
||||
_mohawkColors(NULL)
|
||||
{
|
||||
if (USING_PHYSICAL_MOHAWK) {
|
||||
resetHairPhysics();
|
||||
}
|
||||
|
|
|
@ -19,10 +19,11 @@ enum BoxFace {
|
|||
MIN_Y_FACE,
|
||||
MAX_Y_FACE,
|
||||
MIN_Z_FACE,
|
||||
MAX_Z_FACE,
|
||||
FACE_COUNT
|
||||
MAX_Z_FACE
|
||||
};
|
||||
|
||||
const int FACE_COUNT = 6;
|
||||
|
||||
class AABox
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue