/
redgpu
/
tech5
Обзор
Документация
Войти
/
redgpu
/
tech5
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
source/engine/renderer/renderworld.h
85 строк
5 KB
Justin Marshall
Added cleaned up structs and classes to proper header files.
09 авг 2026, 03:17
09 авг 2026, 03:17
61cb846
Код
Авторство
О чём код?
#pragma once // Reconstructed C++ declarations from IDA Local Types and PDB/DIA metadata. // Original PDB header: w:\tech5\engine\renderer\renderworld.h // Recovered logical types: 1 // Signatures retain Xbox 360 ABI evidence and may still require manual review. // IDA Local Type ordinal 13520; PDB kind: class. class idRenderWorld { public: // Recovered virtual interface; IDA vtable ordinal 13689. virtual ~idRenderWorld(); virtual const char *GetName(); virtual bool IsComboMap(); virtual bool HasGlobalShadows(); virtual void UpdateDeferredPositions(); virtual void AddEnvironment(const idBounds *, const idDeclEnv *); virtual void ClearEnvironments(); virtual int NumEnvironments(); virtual const idParmBlock *GetCurrentBlendedParms(); virtual const idDeclEnv *GetEnvironmentDeclForCurrentViewPoint(); virtual void TestEnvironment(const idDeclEnv *); virtual void SpecificationComplete(bool); virtual idRenderModel *StampModel(); virtual idRenderModelFoliageEdit *FoliageEditRenderModel(); virtual idRenderModelFoliage *FoliageRenderModel(); virtual idRenderModelDetailEdit *DetailEditRenderModel(); virtual idRenderModelDetail *DetailRenderModel(); virtual idRenderModelTransparency *TransparencyRenderModel(); virtual idRenderModelDecal *DecalModel(); virtual idRenderLight *AllocRenderLight(bool); virtual idRenderModel *AllocRenderModel(const char *, bool, int); virtual void MarkLightSerialized(idRenderLight *, bool, bool); virtual void MarkAllLightsAsSerialized(); virtual void SetBinaryModelState(const char *, const bool); virtual void SetNumRenderViews(int); virtual idRenderView *RenderViewForIndex(int); virtual bool InitForTools(const char *); virtual int GetNumRenderModels(); virtual idRenderModel *RenderModelForIndex(int); virtual int GetNumRenderLights(); virtual idRenderLight *RenderLightForIndex(int); virtual int GetNumMegatextures(); virtual pageSource_t MegatextureForIndex(int); virtual const idStaticModel *GetWorldStaticModel(); virtual const idRenderModel *GetWorldRenderModel(); virtual void GetStaticWorldBounds(idBounds *); virtual bool Trace(modelTrace_t *, const idVec3 *, const idVec3 *, const idTraceOpts *); virtual float ShadowSample(const idVec3 *); virtual void SaveGame(idFile *); virtual bool LoadGame(idFile *); virtual void WriteToSnapshot(idSnapShot *, const idSnapShot *); virtual void ReadFromSnapshot(idSnapShot *, const idSnapShot *); virtual void ResetSnapshots(); virtual void DebugClear(int); virtual void DebugLine(const idVec4 *, const idVec3 *, const idVec3 *, const int, const bool); virtual void DebugArrow(const idVec4 *, const idVec3 *, const idVec3 *, float, const int, const bool); virtual void DebugArrow2(const idVec4 *, const idVec3 *, const idVec3 *, float, const int, const bool, const idVec3 *); virtual void DebugArrow3(const idVec4 *, const idVec3 *, const idVec3 *, float, const int, const bool); virtual void DebugPyramid(const idVec4 *, const idVec3 *, const idVec3 *, const idVec3 *, float, float, const int, const bool); virtual void DebugWinding(const idVec4 *, const idWinding *, const idVec3 *, const idMat3 *, const int, const bool); virtual void DebugCircle(const idVec4 *, const idVec3 *, const idVec3 *, const float, const int, const int, const bool); virtual void DebugCylinder(const idVec4 *, const idCylinder *, const idVec3 *, const int, const int, const bool); virtual void DebugArc(const idVec4 *, const idVec3 *, const idVec3 *, const float, const float, const float, const float, const int, const bool, const bool); virtual void DebugShadedArc(const idVec4 *, const idVec3 *, const idVec3 *, const idVec3 *, const float, const float, const float, const float, const int, const bool); virtual void DebugSphere(const idVec4 *, const idSphere *, const int, const int, const bool); virtual void DebugBounds(const idVec4 *, const idBounds *, const idVec3 *, const int, const bool); virtual void DebugOrientedBounds(const idVec4 *, const idBounds *, const idVec3 *, const idMat3 *, const int, const bool); virtual void DebugBox(const idVec4 *, const idBox *, const int, const bool); virtual void DebugFrustum(const idVec4 *, const idFrustum *, const bool, const int); virtual void DebugCone(const idVec4 *, const idVec3 *, const idVec3 *, float, const int, const bool); virtual void DebugCone_2(const idVec4 *, const idVec3 *, const idVec3 *, float, float, const int, const bool); virtual void DebugAxis(const idVec4 *, const idVec3 *, const idMat3 *, const int, const bool); virtual void DebugAxis_2(const idVec3 *, const idMat3 *, const int, const bool); virtual void DebugAxisScaled(const idVec3 *, const idMat3 *, const float, const int, const bool); virtual void DebugPoint(const idVec4 *, const idVec3 *, const int, const bool); virtual void DebugFilledPolygon(const idVec4 *, const idWinding *, const int, const bool); virtual void DebugFilledBounds(const idVec4 *, const idBounds *, const idVec3 *, const int, const bool); virtual void DebugText(const char *, const idVec3 *, float, const idVec4 *, const int, const int, const bool, const bool); virtual void DebugText_2(const char *, const idVec3 *, float, const idVec4 *, const idMat3 *, const int, const int, const bool, const bool); virtual void DebugSpline(const idVec4 *, idCurve_Spline<idVec3> *, float, bool, int, const bool); };