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 ec34fe0 commit 0792ddeCopy full SHA for 0792dde
crates/bevy_core_pipeline/src/skybox/skybox.wgsl
@@ -7,7 +7,7 @@
7
8
fn coords_to_ray_direction(position: vec2<f32>, viewport: vec4<f32>) -> vec3<f32> {
9
// Using world positions of the fragment and camera to calculate a ray direction
10
- // break down at large translations. This code only needs to know the ray direction.
+ // breaks down at large translations. This code only needs to know the ray direction.
11
// The ray direction is along the direction from the camera to the fragment position.
12
// In view space, the camera is at the origin, so the view space ray direction is
13
// along the direction of the fragment position - (0,0,0) which is just the
0 commit comments