mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 00:43:30 +02:00
merge
This commit is contained in:
parent
f75ce72aca
commit
c0f319f077
2 changed files with 7 additions and 1 deletions
|
@ -2037,7 +2037,6 @@ void Application::update(float deltaTime) {
|
|||
_audio.eventuallyAnalyzePing();
|
||||
#endif
|
||||
|
||||
|
||||
if (TESTING_PARTICLE_SYSTEM) {
|
||||
if (!_particleSystemInitialized) {
|
||||
|
||||
|
@ -2100,6 +2099,13 @@ void Application::update(float deltaTime) {
|
|||
1.0f + cosf(t * 9.0f) * 0.02f,
|
||||
3.0f + sinf(t * 7.0f) * 0.02f
|
||||
);
|
||||
|
||||
|
||||
//_myAvatar.getHand().setLeapFingers(LeapManager::getFingerTips(), LeapManager::getFingerRoots());
|
||||
//_myAvatar.getHand().setLeapHands(LeapManager::getHandPositions(), LeapManager::getHandNormals());
|
||||
|
||||
|
||||
|
||||
|
||||
glm::vec3 tilt = glm::vec3
|
||||
(
|
||||
|
|
0
libraries/avatars/src/HandData.h
Executable file → Normal file
0
libraries/avatars/src/HandData.h
Executable file → Normal file
Loading…
Reference in a new issue