render gray ground circle
This commit is contained in:
parent
064f5c3254
commit
3a81917a24
1 changed files with 7 additions and 6 deletions
13
src/Arts.cs
13
src/Arts.cs
|
@ -80,14 +80,15 @@ static class Arts
|
||||||
Matrix m4_world = Mono.world_pose.ToMatrix();
|
Matrix m4_world = Mono.world_pose.ToMatrix();
|
||||||
Hierarchy.Push(m4_world);
|
Hierarchy.Push(m4_world);
|
||||||
|
|
||||||
// mesh test
|
// ground
|
||||||
meshes["_dmg"].Draw(
|
meshes["circle"].Draw(
|
||||||
mat_mono,
|
mat_unlit,
|
||||||
Matrix.TRS(
|
Matrix.TRS(
|
||||||
V.XYZ(0, 0, -1),
|
V.XYZ(0, 0, 0),
|
||||||
Quat.Identity,
|
Quat.Identity,
|
||||||
0.1f
|
12.0f
|
||||||
)
|
),
|
||||||
|
Color.Hex(0x808080FF).ToLinear()
|
||||||
);
|
);
|
||||||
|
|
||||||
// bamboo
|
// bamboo
|
||||||
|
|
Loading…
Add table
Reference in a new issue