Mercurial > might-and-magic-trilogy
view IndoorCamera.h @ 145:dac041fc74e8
19.11.12
author | Ritor1 |
---|---|
date | Mon, 19 Nov 2012 09:41:10 +0600 |
parents | 2ca04ccb612a |
children |
line wrap: on
line source
#pragma once #include "VectorTypes.h" /* 157 */ #pragma pack(push, 1) struct IndoorCamera { //----- (0042391F) -------------------------------------------------------- IndoorCamera() { sRotationX = 0; sRotationY = 0; flt_1C_fov = 2000.0f; flt_20_inv_1C = 32.768002f; field_4C = 0; } void Initialize(int degFov, unsigned int uViewportWidth, unsigned int uViewportHeight); void Initialize2(); float ViewTransform(struct RenderVertexSoft *a1); Vec3_int_ pos; unsigned int uMapGridCellX; unsigned int uMapGridCellZ; int sRotationX; int sRotationY; float flt_1C_fov; float flt_20_inv_1C; int field_24; int field_28; float fRotationYSine; float fRotationYCosine; float fRotationXSine; float fRotationXCosine; int _int_sine; int _int_cosine; int _int_sine_2; int _int_cosine_2; int field_4C; }; #pragma pack(pop) extern IndoorCamera *pIndoorCamera; // idb