Overview
This sample will show a classic rotating cube scene using TBGL, useful as a first 3D graphics example.
What you’ll learn
- How to structure a 3D render loop
- How to apply rotation
- How to use TBGL for simple 3D scenes
Create a simple rotating 3D cube.
This sample will show a classic rotating cube scene using TBGL, useful as a first 3D graphics example.
Uses "TBGL"
' Rotating cube sample
PrintL "TBGL rotating cube coming soon"
WaitKey This placeholder will be replaced by a real rotating cube sample.