mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 04:27:42 +00:00
VisorParameters scan passthrough property
This commit is contained in:
@@ -19,9 +19,9 @@ namespace urde
|
||||
static CMaterialList MakeActorMaterialList(const CMaterialList& materialList, const CActorParameters& params)
|
||||
{
|
||||
CMaterialList ret = materialList;
|
||||
if (params.GetVisorParameters().x0_28_b3)
|
||||
if (params.GetVisorParameters().x0_4_b1)
|
||||
ret.Add(EMaterialTypes::Unknown46);
|
||||
if (params.GetVisorParameters().x0_29_b4)
|
||||
if (params.GetVisorParameters().x0_5_scanPassthrough)
|
||||
ret.Add(EMaterialTypes::ScanPassthrough);
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user