Mercurial > mm7
view IndoorCamera.h @ 170:91fa025e6ca6
font cleaning code
author | C:\Documents and Settings\Administrator.SDF-1\Application Data\The Bat! |
---|---|
date | Fri, 15 Feb 2013 01:21:53 +0400 |
parents | 9c0607679772 |
children | d65528fc3bda |
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