Added UtsEvaluateAngelRing;
Added UTSTonemapping;
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Misaki.HdrpToon.Editor
|
||||
|
||||
public bool HasFeature(SurfaceFeatureFlags feature)
|
||||
{
|
||||
return ((SurfaceFeatureFlags)Properties.surfaceFeatures.floatValue & feature) == feature;
|
||||
return ((SurfaceFeatureFlags)Properties.surfaceFeatures.floatValue & feature) != 0;
|
||||
}
|
||||
|
||||
public override void LoadMaterialProperties()
|
||||
|
||||
Reference in New Issue
Block a user