Interface ChartMaterialStyleParameters

Chart通用材质初始化参数

Export

ChartMaterialStyleParameters

Date

2022.9.20

Author

yj

Hierarchy

  • MeshPhysicalMaterialParameters
    • ChartMaterialStyleParameters

Properties

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
envMap?: Texture
envMapIntensity?: number
envMapRotation?: Euler
flatShading?: boolean
fog?: boolean
forceSinglePass?: boolean
format?: PixelFormat
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
occluded?: boolean

是否可被遮挡,可选,默认true

Memberof

ChartMaterialParameters

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
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