mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 04:23:33 +02:00
Twiddle the twiddles
This commit is contained in:
parent
ee1113a017
commit
2d6a2922a7
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -127,7 +127,7 @@ struct {
|
||||||
int element[NUM_TRIS];
|
int element[NUM_TRIS];
|
||||||
}tris;
|
}tris;
|
||||||
|
|
||||||
float twiddles[NUM_TRIS * 9];
|
float twiddles[NUM_TRIS * 3];
|
||||||
|
|
||||||
float yaw =0.f; // The yaw, pitch for the avatar head
|
float yaw =0.f; // The yaw, pitch for the avatar head
|
||||||
float pitch = 0.f; //
|
float pitch = 0.f; //
|
||||||
|
|
Loading…
Reference in a new issue