FET001 Visual#

The minimal placeable visual feature: the asset renders, faces the right way, and sits correctly for placement.

FET001 is the benchmark family label. Its canonical Foundation feature ID is FET_001_STANDARD, which is the ID declared by the enabled test decorators and feature manifests. A separate manifest with the bare ID FET001 is neither required nor expected.

Overview#

This family confirms an asset is visually usable in a scene. The tests verify that the asset produces visible pixels, that its surface normals face outward, that back faces are culled correctly, that the surface responds to lighting, and that the pivot supports ground placement.

What a Passing Family Means#

A reviewer, PM, or OEM can trust that the asset renders as a solid, correctly shaded object. Surface normals face outward, face winding is correct, and the mesh responds to directional lighting. The pivot check is advisory: a sub-threshold result is reported as SKIPPED rather than FAIL, so a passing family does not guarantee ground placement for non-prop object types.

Tests#

Test

What It Checks

Validates

presence

Renders the asset and confirms visible pixels exist.

FET_001_STANDARD

normals_xz

Checks surface normals face outward across a combined X and Z rotation sweep.

FET_001_STANDARD

culling_xz

Checks face winding order is correct across a combined X and Z rotation sweep.

FET_001_STANDARD

light_response

Confirms the asset shading changes as a directional light moves around it.

FET_001_STANDARD

pivot

Checks the pivot sits at the bottom-center of the asset for ground placement.

FET_001_STANDARD

Relationship to the Feature#

This family validates the runtime behavior described by FET_001_STANDARD - Minimal Placeable Visual.