function
get_normal(_x, _y)
Retrieves terrain's normal at given coordinate.
Name | Type | Description |
---|---|---|
_x | Real |
The x position to get the normal at. |
_y | Real |
The y position to get the normal at. |
Struct.BBMOD_Vec3/Undefined
The terrain's normal at given coordinate or undefined
if the coordinate is outside of the terrain.
Copyright © 2022, BlueBurn. Built on June 19, 2022 using GMDoc.