MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / orbitDown

Method orbitDown

src/main/java/trace/graphics/SimpleCamera.kt:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 fun orbitDown(degrees: Double) {
88 camera.advanceState {
89 it.orbitUp(-(Math.PI * degrees / 180).toFloat())
90 }
91 updateState()
92 }
93
94 fun dollyIn(by: Double) {
95 camera.advanceState {

Callers

nothing calls this directly

Calls 2

advanceStateMethod · 0.80
orbitUpMethod · 0.45

Tested by

no test coverage detected