Interface ScanningStandardMaterialParameters

扫描标准材质初始化参数

Export

ScanningStandardMaterialParameters

Date

2024.8.5

Author

yj

Hierarchy

  • MeshStandardMaterialParameters
    • ScanningStandardMaterialParameters

Properties

alphaHash?: boolean
alphaMap?: Texture
alphaTest?: number
alphaToCoverage?: boolean
aoMap?: Texture
aoMapIntensity?: number
axis?: string

扫描轴向,可选,默认'x', ( 'x', 'y', 'z' )

Memberof

ScanningStandardMaterialParameters

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
clipIntersection?: boolean
clipShadows?: boolean
clippingPlanes?: Plane[]
color?: ColorRepresentation
colorWrite?: boolean
defines?: any
depthFunc?: DepthModes
depthTest?: boolean
depthWrite?: boolean
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
isScanning?: string

开始扫描控制开关, 可选,默认'none',不溶解,( 'play', 'reset' )

Memberof

ScanningStandardMaterialParameters

lightMap?: Texture
lightMapIntensity?: number
lineColor?: ColorRepresentation

扫描线颜色,可选,默认'#ff0000'

Memberof

ScanningStandardMaterialParameters

lineWidth?: number

扫描线宽度, 可选, 默认0.2

Memberof

ScanningStandardMaterialParameters

map?: Texture
max?: Vector3

外包范围max,可选,默认new Vector3()

Memberof

ScanningStandardMaterialParameters

metalness?: number
metalnessMap?: Texture
min?: Vector3

外包范围min,可选,默认new Vector3()

Memberof

ScanningStandardMaterialParameters

name?: string
normalMap?: Texture
normalMapType?: NormalMapTypes
normalScale?: Vector2
opacity?: number
polygonOffset?: boolean
polygonOffsetFactor?: number
polygonOffsetUnits?: number
precision?: "highp" | "mediump" | "lowp"
premultipliedAlpha?: boolean
roughness?: number
roughnessMap?: Texture
shadowSide?: Side
side?: Side
speed?: number

扫描速度,可选,默认1.0

Memberof

ScanningStandardMaterialParameters

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