@novorender/web_app / RenderStateDynamicTexture
Interface: RenderStateDynamicTexture
Texture related state.
Properties
image
readonly image: RenderStateDynamicImage;
Image to use for this texture
Defined in
@novorender/core3d/state/dynamic.ts:41
sampler?
readonly optional sampler: RenderStateDynamicSampler;
Sampler to use for this texture
Default Value
Sampler with all default values.