Append Antialiasing and MotionBlur Sampling

This commit is contained in:
Allan Ihsan 2022-06-21 17:39:46 +03:00
parent 697916c3cd
commit ed0ba7e3ab

View file

@ -201,6 +201,14 @@
"label": "Texture Clamp Resolution",
"decimal": 0
},
{
"type": "splitter"
},
{
"type": "boolean",
"key": "lineAAEnable",
"label": "Smooth Wireframe"
},
{
"type": "number",
"key": "multiSample",
@ -209,6 +217,9 @@
"minimum": 0,
"maximum": 32
},
{
"type": "splitter"
},
{
"type": "boolean",
"key": "shadows",
@ -303,6 +314,11 @@
"key": "motionBlurShutterOpenFraction",
"label": "Shutter Open Fraction"
},
{
"type": "number",
"key": "motionBlurSampleCount",
"label": "Sample Count"
},
{
"type": "splitter"
},