31 lines
652 B
Python
31 lines
652 B
Python
ShadingModel=lit
|
|
|
|
# NOTE: this intentionally omits the blending mode spec because
|
|
# Filament requires MASKED blending for KHR_materials_volume.
|
|
|
|
# Core Features
|
|
VertexColors=optional
|
|
BaseColorTexture=optional
|
|
NormalTexture=optional
|
|
OcclusionTexture=optional
|
|
EmissiveTexture=optional
|
|
MetallicRoughnessTexture=optional
|
|
TextureTransforms=optional
|
|
|
|
# ClearCoat Features
|
|
ClearCoat=unsupported
|
|
|
|
# Sheen Features
|
|
Sheen=unsupported
|
|
SheenColorTexture=unsupported
|
|
SheenRoughnessTexture=unsupported
|
|
|
|
# Transmission and IOR Features
|
|
Transmission=optional
|
|
Ior=optional
|
|
TransmissionTexture=optional
|
|
|
|
# Volume Features
|
|
Volume=optional
|
|
VolumeThicknessTexture=optional
|