Welcome to the Creatures Wiki! Log in and join the community.

Bounding box

From Creatures Wiki
(Redirected from Bounding Box)
Jump to navigation Jump to search
Bounding box of a Robot Toy and a Warp Portal

A bounding box is the rectangle that surrounds the physical core of an object. The physical core of the object has a diamond shape, fitting precisely inside the bounding box. The physical core is used by the engine to get a sense of the size of the agent and is created when the agent is first injected into the world, using the first image in the c16 sprite file.

If an agent uses sprites that have different sizes, changing the pose of this agent (e.g. carrots going from upright to laying down) also results into recalculation of the physical core. If the recalculated physical core is in an invalid spot, this throws a "bounding box error". This can be resolved by making sure all the sprites have the same dimensions.

GPAS checks the bounding box of agents and lifts to scoop up all nearby creatures when the hand pushes the call button.

See also[edit]

External links[edit]