WebGLSelfDrawable¶
Overview¶
Supertype for WebGL drawables that display a specific Node.
@author Jonathan Olson <jonathan.olson@colorado.edu> @author Sam Reid (PhET Interactive Simulations)
Class WebGLSelfDrawable¶
Instance Methods¶
initialize( renderer, instance )¶
@param {number} renderer @param {Instance} instance @returns {WebGLSelfDrawable}
markTransformDirty()¶
updateSelfVisibility()¶
dispose()¶
Releases references @public @override
Source Code¶
See the source for WebGLSelfDrawable.js in the scenery repository.