docs.rs failed to build bevy-aqua-motion-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Motion-vector integration for Aqua's animated wave surfaces.
Adding [AquaMotionPlugin] enables Bevy's MotionVectorPrepass on the
camera marked [bevy_aqua_core::OceanView]. For a temporary runtime spike gate,
run the root showcase with cargo run --features motion --example showcase.
Set RUST_LOG=bevy_aqua_motion=trace,wgpu_core=warn to see the queue/draw spans.
Add or remove DepthPrepass on that camera to compare the depth-feature
variants; Aqua's motion item always keeps depth writes disabled.