Feature: medieval musicians
This commit is contained in:
@@ -13,12 +13,12 @@ function updateCamera() {
|
||||
// Base Camera Position in front of the TV
|
||||
const baseX = 0;
|
||||
const baseY = 1.6;
|
||||
const baseZ = 10.0;
|
||||
const baseZ = -10.0;
|
||||
|
||||
// Base LookAt target (Center of the screen)
|
||||
const baseTargetX = 0;
|
||||
const baseTargetY = 1.6;
|
||||
const baseTargetZ = -10.0;
|
||||
const baseTargetZ = -30.0;
|
||||
|
||||
// Camera Position Offsets (Drift)
|
||||
const camOffsetX = Math.sin(globalTime * 3.1) * camAmplitude;
|
||||
|
||||
Reference in New Issue
Block a user