Lib.flow.testing.VisualTest - tixl3d/tixl GitHub Wiki

VisualTest

in Lib.flow.testing


Executes visual integration tests needs [ExecuteTests].


Input Parameters

Name (Relevancy & Type) Description
Image (Texture2D) -
Threshold (Single) The threshold for when tests will fail.
For noisy and very complex scene this value can be adjustsed to avoid false positives.
Values above 1 are no longer meaningful.
TimeRange (Vector2) For animations like projects, with multiple scenes it can be useful to generate multiple images.
Use the StepCount parameter to adjust the number of images.
The WarmUpSteps will be applied to for every step.
StepCount (Int32) The number of references images generate for giving TimeRange.
WarmUpStepCount (Int32) Non-Deterministic effects like feedback and particles will need a warmup of 2-30 frames to generate meaningful images.
Shader graph also require a single frame for compiling the shader.
Resolution (Int2) You can override this for outputs like GradientsToTextures of ValuesToTextures.

Outputs

Name Type
Result System.String

⚠ Everything else is automatically generated and will be overwritten regularly.

⚠️ **GitHub.com Fallback** ⚠️