Overview
This sample will demonstrate how to combine TBGL rendering with keyboard input to move an object interactively.
What you’ll learn
- How to read keyboard state
- How to update object position
- How to combine input and rendering
Move an object using keyboard input.
This sample will demonstrate how to combine TBGL rendering with keyboard input to move an object interactively.
Uses "TBGL"
' Keyboard movement sample
PrintL "TBGL keyboard movement coming soon"
WaitKey This placeholder will be replaced by a real interactive TBGL sample.