Page MenuHomeFeedback Tracker

drawTriangles to draw multiple triangles instead of a single one in drawTriangle
Closed, ResolvedPublic

Description

I want to request a scripting command to draw list of triangles instead of going one by one with current drawTriangle.

I suggest making it have two syntaxes:

CONTROL drawTriangles [[ARRAY1, COLOR1, FILL1], ..., [ARRAYN, COLORN, FILLN]]
and
CONTROL drawTriangles [[ARRAY1, ..., ARRAYN], COLOR, FILL]
Can be quickly checked which syntax to use by checking length and seeing if 3rd element is a string (FILL) or not.

Details

Severity
Feature
Resolution
Fixed
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting

Event Timeline

SaMatra created this task.Apr 20 2023, 1:39 PM
BIS_fnc_KK closed this task as Resolved.Apr 21 2023, 10:19 AM
BIS_fnc_KK changed Resolution from Open to Fixed.