# 2 Spherical Gravity

{% hint style="success" %}

#### Like what your seeing?

Support us as a [GitHub Sponsor](/old-kb/where-to-buy/become-a-sponsor.md) and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude.\
\
These articles are made possible by our [GitHub Sponsors](/old-kb/where-to-buy/become-a-sponsor.md) ... become a sponsor today!
{% endhint %}

## Introduction

![](/files/s9DKVejOjjV20Df4JJMG)

This scene demonstrates a more typical use of the [Force Effect framework](/old-kb/toolkit-for-physics/physkit/core-features/force-effect-framework.md); spherical gravity. You will find a sphere center of the screen with a number of objects placed around it. The sphere has a [Force Effect Field](/old-kb/toolkit-for-physics/physkit/components/force-effect-source/force-effect-field.md) configured to use the [Gravity Effect](/old-kb/toolkit-for-physics/physkit/objects/force-effect/gravity-effect.md).&#x20;

## What do I Learn?

1. What is a [Force Effect](/old-kb/toolkit-for-physics/physkit/api/force-effects.md)
2. What is a [Force Effect Source](/old-kb/toolkit-for-physics/physkit/components/force-effect-source.md)
3. What is a [Force Effect Reciever](/old-kb/toolkit-for-physics/physkit/components/force-effect-reciever.md)&#x20;
4. Use of the [Gravity Effect](/old-kb/toolkit-for-physics/physkit/objects/force-effect/gravity-effect.md)

## Objects

### Planet

The planet is a simple sphere mesh along with a [Force Effect Field](/old-kb/toolkit-for-physics/physkit/components/force-effect-source/force-effect-field.md) with the [Gravity Effect](/old-kb/toolkit-for-physics/physkit/objects/force-effect/gravity-effect.md) configured.

### Objects

This is a collection of spheres and cubes configured as [Force Effect Receivers](/old-kb/toolkit-for-physics/physkit/components/force-effect-reciever.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.heathen.group/old-kb/toolkit-for-physics/physkit/sample-scenes/2-spherical-gravity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
