Skip to content
Cyrille Rossant edited this page Feb 26, 2014 · 1 revision

Collections API

This document describes the full specification of the collections API. This class allows to create one to several visuals that share the same overall structure (points, lines, shapes, etc.). The rationale is that multiple visuals of the same type can be rendered very efficiently with a single OpenGL command while offering a list API that allows to manipulate each individual object.

Clone this wiki locally