mirror of
https://github.com/4sval/FModel.git
synced 2026-04-24 14:59:29 -05:00
red
This commit is contained in:
parent
a3781e728d
commit
cdf629e1e7
|
|
@ -223,7 +223,7 @@ namespace FModel.ViewModels
|
|||
}
|
||||
else
|
||||
{
|
||||
m = new PBRMaterial() { AlbedoColor = new Color4(1, 0, 0, 0) }; //PhongMaterials.Red;
|
||||
m = new PBRMaterial { AlbedoColor = new Color4(1, 0, 0, 1) }; //PhongMaterials.Red;
|
||||
}
|
||||
|
||||
Group3d.Add(new MeshGeometryModel3D
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user