update example project
This commit is contained in:
BIN
example/assets/solidcolor.filamat
Normal file
BIN
example/assets/solidcolor.filamat
Normal file
Binary file not shown.
14
example/assets/solidcolor.mat
Normal file
14
example/assets/solidcolor.mat
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
material {
|
||||||
|
name : SolidColor,
|
||||||
|
shadingModel : unlit,
|
||||||
|
culling : none,
|
||||||
|
featureLevel : 1,
|
||||||
|
vertexDomain: object
|
||||||
|
}
|
||||||
|
|
||||||
|
fragment {
|
||||||
|
void material(inout MaterialInputs material) {
|
||||||
|
prepareMaterial(material);
|
||||||
|
material.baseColor = vec4(0.1f, 0.5f, 0.9f, 1.0f);
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user