mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 11:41:16 +00:00
Fixes
This commit is contained in:
parent
d124859c92
commit
34d69e5583
@ -4,10 +4,12 @@
|
|||||||
#include "assert.h"
|
#include "assert.h"
|
||||||
#include "lego3dview.h"
|
#include "lego3dview.h"
|
||||||
|
|
||||||
namespace Tgl {
|
namespace Tgl
|
||||||
|
{
|
||||||
class Renderer;
|
class Renderer;
|
||||||
class Group;
|
class Group;
|
||||||
}
|
} // namespace Tgl
|
||||||
|
|
||||||
class ViewROI;
|
class ViewROI;
|
||||||
|
|
||||||
// ??? for now
|
// ??? for now
|
||||||
|
|||||||
@ -35,11 +35,9 @@ class Lego3DView : public LegoView1 {
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
ViewManager* m_pViewManager; // 0x88
|
ViewManager* m_pViewManager; // 0x88
|
||||||
double m_previousRenderTime; // 0x8c FIXME: incorrect tags: sizeof(double) = 8 -> 0x8c + 08 = 0x94 > offsetof(Lego3dView, m_pPointOfView)
|
double m_previousRenderTime; // 0x8c
|
||||||
|
ViewROI* m_pPointOfView; // 0x94
|
||||||
ViewROI* m_pPointOfView; // 0x90
|
undefined m_unk0x98[0x0c]; // 0x98
|
||||||
|
|
||||||
undefined m_unk0x94[0x0c]; // 0x94
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// SYNTHETIC: LEGO1 0x100aaf10
|
// SYNTHETIC: LEGO1 0x100aaf10
|
||||||
|
|||||||
@ -1,11 +1,12 @@
|
|||||||
#ifndef _LegoView1_h
|
#ifndef _LegoView1_h
|
||||||
#define _LegoView1_h
|
#define _LegoView1_h
|
||||||
|
|
||||||
#include "decomp.h"
|
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
|
#include "decomp.h"
|
||||||
#include "tglsurface.h"
|
#include "tglsurface.h"
|
||||||
|
|
||||||
namespace tgl {
|
namespace Tgl
|
||||||
|
{
|
||||||
class Camera;
|
class Camera;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -67,7 +68,6 @@ class LegoView1 : public LegoView {
|
|||||||
Tgl::Light* m_pSunLight; // 0x78
|
Tgl::Light* m_pSunLight; // 0x78
|
||||||
Tgl::Light* m_pDirectionalLight; // 0x7c
|
Tgl::Light* m_pDirectionalLight; // 0x7c
|
||||||
Tgl::Light* m_pAmbientLight; // 0x80
|
Tgl::Light* m_pAmbientLight; // 0x80
|
||||||
undefined m_unk0x84[4]; // 0x84
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// SYNTHETIC: LEGO1 0x100ab7a0
|
// SYNTHETIC: LEGO1 0x100ab7a0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user