mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 01:17:19 +02:00
some spacing cleanup in Head
This commit is contained in:
parent
50e062edf2
commit
9816e1d9a8
1 changed files with 43 additions and 45 deletions
|
@ -23,8 +23,7 @@
|
|||
#include "SerialInterface.h"
|
||||
#include "world.h"
|
||||
|
||||
enum eyeContactTargets
|
||||
{
|
||||
enum eyeContactTargets {
|
||||
LEFT_EYE,
|
||||
RIGHT_EYE,
|
||||
MOUTH
|
||||
|
@ -82,8 +81,7 @@ private:
|
|||
Head(const Head&);
|
||||
Head& operator= (const Head&);
|
||||
|
||||
struct Nose
|
||||
{
|
||||
struct Nose {
|
||||
glm::vec3 top;
|
||||
glm::vec3 left;
|
||||
glm::vec3 right;
|
||||
|
|
Loading…
Reference in a new issue