Skip to content

RenderTrail

Overview

Represents an ancestor-to-descendant walk through a RenderProgram tree.

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class RenderTrail

import { RenderTrail } from 'scenerystack/alpenglow';

Constructor

new RenderTrail( program : RenderProgram, indices : number[] )

Instance Methods

equals( other : RenderTrail ) : boolean

compare( other : RenderTrail ) : number

Static Methods

closureCompare( a : RenderTrail, b : RenderTrail ) : number

Source Code

See the source for RenderTrail.ts in the alpenglow repository.