Skip to content

Commit

Permalink
Update example-head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
boytchev committed Oct 6, 2024
1 parent f0713a0 commit dc81d77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/example-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
woman.turnRight = 90;
woman.position.x = 1;

man.head.label( 'head.nod', 12, 0.5 );
child.head.label( 'head.turn', 12, 0.5 );
woman.head.label( 'head.tilt', 12, 0.5 );
man.head.label( 'head.nod', 12, 0.75 ).scale.setScalar( 1.5 );
child.head.label( 'head.turn', 12, 0.75 ).scale.setScalar( 1.5 );
woman.head.label( 'head.tilt', 12, 0.75 ).scale.setScalar( 1.5 );

function animate( t ) {

Expand Down

0 comments on commit dc81d77

Please sign in to comment.