Skip to navigation

Aviator on the BBC Micro

3D geometry: xGravityHi

Name: xGravityHi [Show more] Type: Variable Category: 3D geometry Summary: High byte of point 253 (x-coordinate)
Context: See this variable in context in the source code References: No direct references to this variable in this source file
.xGravityHi EQUB &20 \ High byte of point 253 (x-coordinate) \ \ Point 253 is used to store the gravity vector when \ calculating the flight model \ \ Stored as a 16-bit value (xGravityHi xGravityLo)