mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 15:59:49 +02:00
Changes to Hair to make it look more like clothing
This commit is contained in:
parent
3323ac11ff
commit
d0ca9ed14c
1 changed files with 3 additions and 3 deletions
|
@ -24,10 +24,10 @@
|
||||||
const int HAIR_CONSTRAINTS = 2;
|
const int HAIR_CONSTRAINTS = 2;
|
||||||
|
|
||||||
const int DEFAULT_HAIR_STRANDS = 20;
|
const int DEFAULT_HAIR_STRANDS = 20;
|
||||||
const int DEFAULT_HAIR_LINKS = 10;
|
const int DEFAULT_HAIR_LINKS = 11;
|
||||||
const float DEFAULT_HAIR_RADIUS = 0.075f;
|
const float DEFAULT_HAIR_RADIUS = 0.075f;
|
||||||
const float DEFAULT_HAIR_LINK_LENGTH = 0.06f;
|
const float DEFAULT_HAIR_LINK_LENGTH = 0.1f;
|
||||||
const float DEFAULT_HAIR_THICKNESS = 0.025f;
|
const float DEFAULT_HAIR_THICKNESS = 0.07f;
|
||||||
const glm::vec3 DEFAULT_GRAVITY(0.0f, -9.8f, 0.0f);
|
const glm::vec3 DEFAULT_GRAVITY(0.0f, -9.8f, 0.0f);
|
||||||
|
|
||||||
class Hair {
|
class Hair {
|
||||||
|
|
Loading…
Reference in a new issue