I have the scene shown below. It’s a holder for a cookie cutter. How do I add a half circle 3mm thick?
var scene = new Scene();
var box = new Box();
var tr = scene.RootNode.CreateChildNode(box).Transform;
tr.Scale = n…... I’m also learning how to rotate it. Not sure what a quaternion...Vector3(0.0, 0.0, 30.0); // tr.Rotation = new Quaternion(1.0, 1.0...