Vec3.Forward
static Vec3 Forward
Description
StereoKit uses a right-handed coordinate system, which
means that forward is looking down the -Z axis! This value is the
same as new Vec3(0,0,-1)
. This is NOT the same as UnitZ!
Found an issue with these docs, or have some additional questions? Create an Issue on Github!