We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa7824 commit 60b2205Copy full SHA for 60b2205
crates/firewheel-nodes/src/spatial_basic.rs
@@ -47,7 +47,7 @@ pub struct SpatialBasicNode {
47
/// * `-x` is to the left of the listener, and `+x` is to the right of the listener
48
/// * Larger absolute `y` and `z` values will make the signal sound farther away.
49
/// (The algorithm used by this node makes no distinction between `-y`, `+y`, `-z`,
50
- /// and `+z`).
+ /// and `+z`).
51
///
52
/// By default this is set to `(0.0, 0.0, 0.0)`
53
pub offset: Vec3,
0 commit comments