Skip to content

MainTwoPassFineModule

Overview

TODO: doc

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

Class MainTwoPassFineModule

inputSize: number - numBins (!)

import { MainTwoPassFineModule } from 'scenerystack/alpenglow';

Constructor

new MainTwoPassFineModule( providedOptions : MainTwoPassFineModuleOptions )

Instance Methods

Instance Properties

config : BufferSlot<TwoPassConfig>

(readonly)

addresses : BufferSlot<number[]>

(readonly)

fineRenderableFaces : BufferSlot<TwoPassFineRenderableFace[]>

(readonly)

renderProgramInstructions : BufferSlot<number[]>

(readonly)

edges : BufferSlot<LinearEdge[]>

(readonly)

output : TextureViewSlot

(readonly)

Type MainTwoPassFineModuleOptions

import type { MainTwoPassFineModuleOptions } from 'scenerystack/alpenglow';

Source Code

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