summaryrefslogtreecommitdiffstats
path: root/src/modelinfo
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-12-19 12:33:22 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2020-12-19 12:33:22 +0100
commit76a564df2e2d2aff4015d7eb430e8193208dc04a (patch)
tree2da1673da0000182f9cce01ad3e260e6c2b6c4f7 /src/modelinfo
parentremoved cullzones stuff from renderer (diff)
downloadre3-76a564df2e2d2aff4015d7eb430e8193208dc04a.tar
re3-76a564df2e2d2aff4015d7eb430e8193208dc04a.tar.gz
re3-76a564df2e2d2aff4015d7eb430e8193208dc04a.tar.bz2
re3-76a564df2e2d2aff4015d7eb430e8193208dc04a.tar.lz
re3-76a564df2e2d2aff4015d7eb430e8193208dc04a.tar.xz
re3-76a564df2e2d2aff4015d7eb430e8193208dc04a.tar.zst
re3-76a564df2e2d2aff4015d7eb430e8193208dc04a.zip
Diffstat (limited to 'src/modelinfo')
-rw-r--r--src/modelinfo/SimpleModelInfo.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/modelinfo/SimpleModelInfo.h b/src/modelinfo/SimpleModelInfo.h
index 0bb5fbe6..986cb886 100644
--- a/src/modelinfo/SimpleModelInfo.h
+++ b/src/modelinfo/SimpleModelInfo.h
@@ -11,18 +11,6 @@ public:
float m_lodDistances[3];
uint8 m_numAtomics;
uint8 m_alpha;
- /* // For reference, PS2 has:
- uint8 m_firstDamaged;
- uint8 m_normalCull : 1;
- uint8 m_isDamaged : 1;
- uint8 m_isBigBuilding : 1;
- uint8 m_noFade : 1;
- uint8 m_drawLast : 1;
- uint8 m_additive : 1;
- uint8 m_isSubway : 1;
- uint8 m_ignoreLight : 1;
- // m_noZwrite is missing because not needed
- */
uint16 m_firstDamaged : 2; // 0: no damage model
// 1: 1 and 2 are damage models
// 2: 2 is damage model