Overview
This sample will demonstrate how to draw a basic colored primitive using TBGL.
What you’ll learn
- How to start drawing with TBGL
- How to define a simple triangle
- How to use colors in a graphical sample
Draw a simple colored triangle using TBGL.
This sample will demonstrate how to draw a basic colored primitive using TBGL.
Uses "TBGL"
' Colored triangle sample
PrintL "TBGL colored triangle coming soon"
WaitKey This is a placeholder sample. It will later contain real TBGL drawing code.