Interface ChartMaterialParameters

Chart通用材质初始化参数

Export

ChartMaterialParameters

Date

2022.9.20

Author

yj

Hierarchy

  • MeshPhysicalMaterialParameters
    • ChartMaterialParameters

Properties

alphaHash? alphaMap? alphaTest? alphaToCoverage? anisotropy? anisotropyMap? anisotropyRotation? aoMap? aoMapIntensity? attenuationColor? attenuationDistance? blendAlpha? blendColor? blendDst? blendDstAlpha? blendEquation? blendEquationAlpha? blendSrc? blendSrcAlpha? blending? bumpMap? bumpScale? clearcoat? clearcoatMap? clearcoatNormalMap? clearcoatNormalScale? clearcoatRoughness? clearcoatRoughnessMap? clipIntersection? clipShadows? clippingPlanes? color? colorWrite? defines? depthFunc? depthTest? depthWrite? dispersion? displacementBias? displacementMap? displacementScale? dithering? emissive? emissiveIntensity? emissiveMap? endColor? envMap? envMapIntensity? envMapRotation? flatShading? fog? forceSinglePass? format? height? ior? iridescence? iridescenceIOR? iridescenceMap? iridescenceThicknessMap? iridescenceThicknessRange? lightMap? lightMapIntensity? map? metalness? metalnessMap? name? normalMap? normalMapType? normalScale? opacity? polygonOffset? polygonOffsetFactor? polygonOffsetUnits? precision? premultipliedAlpha? reflectivity? roughness? roughnessMap? shadowSide? sheen? sheenColor? sheenColorMap? sheenRoughness? sheenRoughnessMap? side? specularColor? specularColorMap? specularIntensity? specularIntensityMap? startColor? stencilFail? stencilFunc? stencilFuncMask? stencilRef? stencilWrite? stencilWriteMask? stencilZFail? stencilZPass? thickness? thicknessMap? toneMapped? transmission? transmissionMap? transparent? userData? vertexColors? visible? wireframe? wireframeLinewidth?

Properties

alphaHash?: boolean
alphaMap?: Texture
alphaTest?: number
alphaToCoverage?: boolean
anisotropy?: number
anisotropyMap?: Texture
anisotropyRotation?: number
aoMap?: Texture
aoMapIntensity?: number
attenuationColor?: ColorRepresentation
attenuationDistance?: number
blendAlpha?: number
blendColor?: ColorRepresentation
blendDst?: BlendingDstFactor
blendDstAlpha?: number
blendEquation?: BlendingEquation
blendEquationAlpha?: number
blendSrc?: 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 211 | 212 | 213 | 214 | 210
blendSrcAlpha?: number
blending?: Blending
bumpMap?: Texture
bumpScale?: number
clearcoat?: number
clearcoatMap?: Texture
clearcoatNormalMap?: Texture
clearcoatNormalScale?: Vector2
clearcoatRoughness?: number
clearcoatRoughnessMap?: Texture
clipIntersection?: boolean
clipShadows?: boolean
clippingPlanes?: Plane[]
color?: ColorRepresentation
colorWrite?: boolean
defines?: any
depthFunc?: DepthModes
depthTest?: boolean
depthWrite?: boolean
dispersion?: number
displacementBias?: number
displacementMap?: Texture
displacementScale?: number
dithering?: boolean
emissive?: ColorRepresentation
emissiveIntensity?: number
emissiveMap?: Texture
endColor?: ColorRepresentation

终点颜色, 可选, 默认'#ffffff'

Memberof

ChartMaterialParameters

envMap?: Texture
envMapIntensity?: number
envMapRotation?: Euler
flatShading?: boolean
fog?: boolean
forceSinglePass?: boolean
format?: PixelFormat
height?: number

高度

Memberof

ChartMaterialParameters

ior?: number
iridescence?: number
iridescenceIOR?: number
iridescenceMap?: Texture
iridescenceThicknessMap?: Texture
iridescenceThicknessRange?: [number, number]
lightMap?: Texture
lightMapIntensity?: number
map?: Texture
metalness?: number
metalnessMap?: Texture
name?: string
normalMap?: Texture
normalMapType?: NormalMapTypes
normalScale?: Vector2
opacity?: number
polygonOffset?: boolean
polygonOffsetFactor?: number
polygonOffsetUnits?: number
precision?: "highp" | "mediump" | "lowp"
premultipliedAlpha?: boolean
reflectivity?: number
roughness?: number
roughnessMap?: Texture
shadowSide?: Side
sheen?: number
sheenColor?: ColorRepresentation
sheenColorMap?: Texture
sheenRoughness?: number
sheenRoughnessMap?: Texture
side?: Side
specularColor?: ColorRepresentation
specularColorMap?: Texture
specularIntensity?: number
specularIntensityMap?: Texture
startColor?: ColorRepresentation

起点颜色, 可选, 默认'#ffffff'

Memberof

ChartMaterialParameters

stencilFail?: StencilOp
stencilFunc?: StencilFunc
stencilFuncMask?: number
stencilRef?: number
stencilWrite?: boolean
stencilWriteMask?: number
stencilZFail?: StencilOp
stencilZPass?: StencilOp
thickness?: number
thicknessMap?: Texture
toneMapped?: boolean
transmission?: number
transmissionMap?: Texture
transparent?: boolean
userData?: Record<string, any>
vertexColors?: boolean
visible?: boolean
wireframe?: boolean
wireframeLinewidth?: number