Skip to content

RenderProgramNeeds

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/alpenglow/blob/main/js/render-program/RenderProgramNeeds.ts for the most up-to-date information.

Overview

Stores information about what a RenderProgram needs in order to be evaluated

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

Class RenderProgramNeeds

import { RenderProgramNeeds } from 'scenerystack/alpenglow';

Constructor

new RenderProgramNeeds( needsFace : boolean, needsArea : boolean, needsCentroid : boolean )

Instance Methods

Source Code

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