mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
More annotations
This commit is contained in:
parent
60b237e8f9
commit
2c8d95e9c1
@ -89,4 +89,7 @@
|
|||||||
// LIBRARY: LEGO1 0x100d2130
|
// LIBRARY: LEGO1 0x100d2130
|
||||||
// _vsprintf
|
// _vsprintf
|
||||||
|
|
||||||
|
// LIBRARY: LEGO1 0x100d21c2
|
||||||
|
// __CIpow
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -30,8 +30,7 @@ void RealtimeView::SetPartsThreshold(float p_threshold)
|
|||||||
// FUNCTION: LEGO1 0x100a5e00
|
// FUNCTION: LEGO1 0x100a5e00
|
||||||
float RealtimeView::GetUserMaxLOD()
|
float RealtimeView::GetUserMaxLOD()
|
||||||
{
|
{
|
||||||
// TODO
|
return g_userMaxLod;
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100a5e10
|
// FUNCTION: LEGO1 0x100a5e10
|
||||||
|
|||||||
@ -108,4 +108,8 @@ class ROI {
|
|||||||
LODListBase* m_lods; // 0x8
|
LODListBase* m_lods; // 0x8
|
||||||
undefined m_unk0xc; // 0xc
|
undefined m_unk0xc; // 0xc
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// SYNTHETIC: LEGO1 0x100a5d50
|
||||||
|
// ROI::~ROI
|
||||||
|
|
||||||
#endif // ROI_H
|
#endif // ROI_H
|
||||||
|
|||||||
@ -93,6 +93,22 @@ class ViewLODListManager {
|
|||||||
ViewLODListMap m_map;
|
ViewLODListMap m_map;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// FUNCTION: LEGO1 0x1001dde0
|
||||||
|
// _Lockit::~_Lockit
|
||||||
|
|
||||||
|
// clang-format off
|
||||||
|
// TEMPLATE: LEGO1 0x100a7890
|
||||||
|
// _Tree<char const *,pair<char const * const,ViewLODList *>,map<char const *,ViewLODList *,ROINameComparator,allocator<ViewLODList *> >::_Kfn,ROINameComparator,allocator<ViewLODList *> >::~_Tree<char const *,pair<char const * const,ViewLODList *>,map<char c
|
||||||
|
// clang-format on
|
||||||
|
|
||||||
|
// clang-format off
|
||||||
|
// TEMPLATE: LEGO1 0x100a80a0
|
||||||
|
// map<char const *,ViewLODList *,ROINameComparator,allocator<ViewLODList *> >::~map<char const *,ViewLODList *,ROINameComparator,allocator<ViewLODList *> >
|
||||||
|
// clang-format on
|
||||||
|
|
||||||
|
// TEMPLATE: LEGO1 0x100a70e0
|
||||||
|
// Map<char const *,ViewLODList *,ROINameComparator>::~Map<char const *,ViewLODList *,ROINameComparator>
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// ViewLODList implementation
|
// ViewLODList implementation
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user