Added camera orbit controls.

This commit is contained in:
2021-08-24 22:04:01 -07:00
parent 6981a4b3d7
commit ba625505a4
9 changed files with 61 additions and 23 deletions

View File

@ -106,6 +106,7 @@ void vnCharacterUpdate(vncharacter_t *character, engine_t *engine) {
}
_vnCharacterFaceBuffer(character, mouth, VN_CHARACTER_QUAD_MOUTH);
// float n;
// // Update the blinking frames
// n = (engine->time.current - character->blinkStart) * 3.0f;