Samples TBGL Colored triangle

Colored triangle

Draw a simple colored triangle using TBGL.

Beginner TBGL Uses: TBGL

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

Code

Uses "TBGL"

' Colored triangle sample
PrintL "TBGL colored triangle coming soon"

WaitKey
Try it yourself

This is a placeholder sample. It will later contain real TBGL drawing code.