Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
1234567891011121314 |
- #ifndef UNIVERSAL_DECAL_INPUT_INCLUDED
- #define UNIVERSAL_DECAL_INPUT_INCLUDED
-
- struct DecalSurfaceData
- {
- half4 baseColor;
- half4 normalWS;
- half3 emissive;
- half metallic;
- half occlusion;
- half smoothness;
- half MAOSAlpha;
- };
- #endif // UNIVERSAL_DECAL_INPUT_INCLUDED
|