blob: c806797ff059e134b27a2fac22c90f6c1ead44e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# lib
Reusable nodes and components for serpentity.
## Components
Check each component's readme for more info.
* acceleration — Acceleration vector (x, y, z)
* angle — Store an angle as a number
* debug — Debug component (for flagging or arbitrary values)
* force — Force vector (x, y, z)
* position — Position coordinates (x, y, z)
* velocity — Velocity vector (x, y, z)
* weight — Store weight as a number
|