Class GltfMaterial
GLTF material
Inherited Members
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class GltfMaterial
Remarks
On API, be aware that it is not complete material
Fields
alpha_mode
alphaMode
Declaration
public string alpha_mode
Field Value
Type | Description |
---|---|
String |
double_sided
doubleSided
Declaration
public bool? double_sided
Field Value
Type | Description |
---|---|
Nullable<Boolean> |
extensions
Extension settings
Declaration
public GltfMaterialExtensions extensions
Field Value
Type | Description |
---|---|
GltfMaterialExtensions |
Remarks
On VRM 0.0, KHR_materials_unlit only. On VRM 1.0, mtoon is added
name
Material name
Declaration
public string name
Field Value
Type | Description |
---|---|
String |