Skip to content

Class: GodRayPost

Hierarchy

  • PostBase

    GodRayPost

Constructors

Properties

Methods

Constructors

constructor

new GodRayPost()

Overrides

PostBase.constructor

Defined in

src/gfx/renderJob/post/GodRayPost.ts:45

Properties

rtFrame

rtFrame: RTFrame

Defined in

src/gfx/renderJob/post/GodRayPost.ts:43


blendColor

blendColor: boolean = true

Defined in

src/gfx/renderJob/post/GodRayPost.ts:64


rayMarchCount

rayMarchCount: number = 16

Defined in

src/gfx/renderJob/post/GodRayPost.ts:65


scatteringExponent

scatteringExponent: number = 5

Defined in

src/gfx/renderJob/post/GodRayPost.ts:66


intensity

intensity: number = 0.5

Defined in

src/gfx/renderJob/post/GodRayPost.ts:67


enable

enable: boolean = true

Inherited from

PostBase.enable

Defined in

src/gfx/renderJob/post/PostBase.ts:19


postRenderer

postRenderer: PostRenderer

Inherited from

PostBase.postRenderer

Defined in

src/gfx/renderJob/post/PostBase.ts:20

Methods

onDetach

onDetach(view): void

Parameters

NameType
viewView3D

Returns

void

Overrides

PostBase.onDetach

Defined in

src/gfx/renderJob/post/GodRayPost.ts:59


destroy

destroy(force?): void

Parameters

NameType
force?boolean

Returns

void

Inherited from

PostBase.destroy

Defined in

src/gfx/renderJob/post/PostBase.ts:81