You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Referencing Elements 2.3, this line of code adds a white cube to the model instead of a red one: model.AddElement(new Space(Polygon.Rectangle(100.0, 100.0, Vector3.Origin), 100.0, 0.0, new Material("", new Elements.Geometry.Color(1.0f, 0.0f, 0.0f, 1.0f))));
The text was updated successfully, but these errors were encountered:
Referencing Elements 2.3, this line of code adds a white cube to the model instead of a red one: model.AddElement(new Space(Polygon.Rectangle(100.0, 100.0, Vector3.Origin), 100.0, 0.0, new Material("", new Elements.Geometry.Color(1.0f, 0.0f, 0.0f, 1.0f))));
The text was updated successfully, but these errors were encountered: