mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 17:29:18 +02:00
fix
This commit is contained in:
@@ -19,7 +19,7 @@ class state_serializer;
|
||||
|
||||
namespace scene::eu7 {
|
||||
|
||||
constexpr int kSectionStreamBootstrapRadiusKm { 3 };
|
||||
constexpr int kSectionStreamBootstrapRadiusKm { 4 };
|
||||
constexpr int kSectionStreamGameplayRadiusKm { 4 };
|
||||
|
||||
void
|
||||
@@ -34,6 +34,10 @@ prime_section_stream( Eu7Module const &RootModule );
|
||||
[[nodiscard]] glm::dvec3
|
||||
resolve_stream_position();
|
||||
|
||||
// Kamera / pojazd moga byc w innej przestrzeni wspolrzednych niz PACK — uzyj kotwicy scenerii.
|
||||
[[nodiscard]] glm::dvec3
|
||||
resolve_section_stream_position( glm::dvec3 const &Hint );
|
||||
|
||||
// Opcjonalnie blokuje do zaladowania pierścienia bootstrap wokol pozycji (debug/narzedzia).
|
||||
void
|
||||
bootstrap_section_stream( glm::dvec3 const &WorldPosition );
|
||||
|
||||
Reference in New Issue
Block a user