Livelink.jsEngine SchemasComponentsSphereGeometryOn this pageSphereGeometrytype SphereGeometry = { radius: Float; offset: Vec3;}; Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:922 Sphere geometry. Type declaration NameTypeDescription radiusFloatRadius of the sphere. offsetVec3Geometry offset.