![]() |
Jumpvalley 0.5.0
An app and library that can be used to test and run 3D platformer levels. Currently being made with Godot.
|
Classes | |
class | RaycastSweep |
Sweeps over a region of 3D space using a series of equally-spaced-out raycasts. The center raycast, being located in the middle (or close to it), is assigned to the greatest integer that's less than or equal to the median index. "index" here refers to the numerical index that a raycast is located in within a raycast sweep from left to right. More... | |
class | RaycastSweepResult |
Class that contains data about the result of a raycast sweep operation (where collisions with a RaycastSweep's raycasts are checked). More... | |