LambertMaterial.AmbientColor
LambertMaterial.AmbientColor property
يحصل أو يضبط اللون المحيط
public Vector3 AmbientColor { get; set; }
Property Value
ال
var mat = new LambertMaterial();
mat.AmbientColor = new Vector3(1, 1, 1);
var mat = new LambertMaterial();
mat.setAmbientColor(new Vector3(1, 1, 1));
محيط.
انظر أيضًا
- struct Vector3
- class LambertMaterial
- namespace Aspose.ThreeD.Shading
- assembly Aspose.3D