2.2.4.10.2 Window_SetPerspectiveSettings
The Window_SetPerspectiveSettings message sets the viewing perspective of the window.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
_size |
|||||||||||||||||||||||||||||||
|
_msgid |
|||||||||||||||||||||||||||||||
|
_idObjectSubject |
|||||||||||||||||||||||||||||||
|
flZn |
|||||||||||||||||||||||||||||||
|
flEye |
|||||||||||||||||||||||||||||||
_size (4 bytes): An unsigned 32-bit integer. The total message size, in bytes.
_msgid (4 bytes): A signed 32-bit integer. The message ID that is unique to the specific target. The _msgid value is 0x00000001 for this message.
_idObjectSubject (4 bytes): An unsigned 32-bit integer. The ID of the target object.
flZn (4 bytes): A single-precision 32-bit number. The distance of "eye" from "at" to the nearest plane.
flEye (4 bytes): A single-precision 32-bit number. The distance of "eye" from "at" to the furthest plane.
-
At: The center of the object you want to look "at".
-
Eye: The location of the eye (camera).