Documentation / scene / GPUClothColliderConfig
Type Alias: GPUClothColliderConfig
GPUClothColliderConfig =
object
Defined in: libs/scene/src/animation/cloth/gpu_cloth_component.ts:17
Serialized collider used by GPUClothComponent.
Properties
type
type:
"sphere"|"capsule"|"plane"
Defined in: libs/scene/src/animation/cloth/gpu_cloth_component.ts:18
enabled?
optionalenabled?:boolean
Defined in: libs/scene/src/animation/cloth/gpu_cloth_component.ts:19
nodeId?
optionalnodeId?:string
Defined in: libs/scene/src/animation/cloth/gpu_cloth_component.ts:20
offset?
optionaloffset?: [number,number,number]
Defined in: libs/scene/src/animation/cloth/gpu_cloth_component.ts:21
endOffset?
optionalendOffset?: [number,number,number]
Defined in: libs/scene/src/animation/cloth/gpu_cloth_component.ts:22
radius?
optionalradius?:number
Defined in: libs/scene/src/animation/cloth/gpu_cloth_component.ts:23
normal?
optionalnormal?: [number,number,number]
Defined in: libs/scene/src/animation/cloth/gpu_cloth_component.ts:24