stfexp.collider.sphere

A sphere collider

Implementations

Blender

STF_Component on bpy.types.Object or bpy.types.Bone

Module

Unity

SphereCollider or application specific components

Module
Default Processor
VRChat Physbone Collider Processor
UNIVRM0 Springbone Collider Processor

Godot

CollisionShape3D & SphereShape3D

Module

Properties

Key

Required

Type

Description

radius

Yes

float

offset_position

No

list[float][3]

The position offset from the node this component is placed on.

Json Example

"43ebc38a-125e-4c6a-98d2-1afcdb6c2707": {
	"type": "stfexp.collider.sphere",
	"name": "ColliderHead",
	"radius": 0.10999999940395355,
	"offset_position": [
		0,
		0.09799999743700027,
		0.019999999552965164
	]
},