galavi / Render
Interface: Render
Defined in: types.ts:185
Render configuration
Properties
opacity?
optionalopacity:number
Defined in: types.ts:187
Opacity (0–1)
blending?
optionalblending:"translucent"|"opaque"|"additive"|"minimum"
Defined in: types.ts:189
Blending mode (default: 'translucent')
colormap?
optionalcolormap:string
Defined in: types.ts:191
Colormap name (e.g. 'gray', 'magma', 'viridis')
color?
optionalcolor:string
Defined in: types.ts:193
Single-color ramp override (e.g. '#FF0000')
contrastLimits?
optionalcontrastLimits: [number,number]
Defined in: types.ts:195
Contrast limits [min, max] in normalized [0,1] range
visible?
optionalvisible:boolean
Defined in: types.ts:197
Whether this layer is visible
wireframe?
optionalwireframe:boolean
Defined in: types.ts:199
Render geometry as wireframe (consumed by mesh-style layers).
doubleSided?
optionaldoubleSided:boolean
Defined in: types.ts:201
Disable back-face culling (consumed by mesh-style layers).
shading?
optionalshading:"surface"|"flat"|"wireframe"|"xray"
Defined in: types.ts:203
Shading model for surface-like layers.