commonMain.earth.worldwind.frame.FrameController.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of worldwind-jvm Show documentation
Show all versions of worldwind-jvm Show documentation
The WorldWind Kotlin SDK (WWK) includes the library, examples and tutorials for building multiplatform 3D virtual globe applications for Android, Web and Java.
package earth.worldwind.frame
import earth.worldwind.draw.DrawContext
import earth.worldwind.globe.Globe
import earth.worldwind.globe.terrain.Terrain
import earth.worldwind.render.RenderContext
interface FrameController {
val lastTerrains: Map
fun renderFrame(rc: RenderContext)
fun drawFrame(dc: DrawContext)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy