Skip to navigation

3D objects: yObjectHi

Name: yObjectHi [Show more] Type: Variable Category: 3D objects Summary: The y-coordinates in 3D space for the 3D objects (high byte)
The y-coordinate (i.e. the altitude) of each object is stored as a 16-bit number of the form yObject(Hi Lo). The low byte is effectively a fractional part, as a y-coordinate of (1 0) is the same magnitude as an x-coordinate or z-coordinate of 1. A full coordinate in the 3D space is therefore in the form: (xObject, yObject(Hi Lo), zObject)
.yObjectHi EQUB &00, &00, &00, &00, &00, &00, &00, &00 \ These values are workspace EQUB &00, &00, &00, &00, &00, &00, &00, &00 \ noise and have no meaning EQUB &4B, &00, &00, &00, &00, &00, &00, &00 EQUB &00, &00, &00, &00, &00, &00, &00, &00 EQUB &00, &00, &00, &00, &00, &00, &00, &00 EQUB &00, &00, &00, &00, &00, &00, &00, &00 EQUB &00, &00, &00, &00, &00, &00, &00, &00 EQUB &00, &00, &00, &00, &00, &00, &00, &02