Back to Filament

enableAccurateTranslations

docs/android/dokka/filament-android/com.google.android.filament/-engine/enable-accurate-translations.md

1.75.0589 B
Original Source

//filament-android/com.google.android.filament/Engine/enableAccurateTranslations

enableAccurateTranslations

[main]
open fun enableAccurateTranslations()

Helper to enable accurate translations. If you need this Engine to handle a very large world space, one way to achieve this automatically is to enable accurate translations in the TransformManager. This helper provides a convenient way of doing that. This is typically called once just after creating the Engine.