IsometricScene
High-level entry point for standard scene usage.
Uses SceneConfig for stable, user-facing options and delegates to the advanced overload with the lower-level renderer and benchmark hooks left at their defaults.
Parameters
Standard Compose modifier for sizing and layout.
Scene configuration controlling render options, lighting, colors, and gestures.
Composable content block scoped to IsometricScope.
Advanced entry point exposing the full renderer and benchmark configuration.
Prefer the SceneConfig overload for typical usage. This overload is intended for benchmarking, custom engine injection, and fine-grained renderer control.
Parameters
Standard Compose modifier for sizing and layout.
Advanced scene configuration with renderer hooks, engine injection, and benchmark flags.
Composable content block scoped to IsometricScope.