Maxence DELANNOY
Maxence DELANNOY
Add an event to your view model like this: public event ZoomExtentsHandler ZoomExtents; where `ZoomExtentsHandler` is: public delegate void ZoomExtentsHandler(object sender, EventArgs args); The view must subscribe to the event:...
If you are using a view model locator, there must be some way to configure the view model after it is created depending on the type of the view. With...
A bit of code to help: ``` var label = new BillboardText3D(); label.TextInfo.Add(new TextInfo("My text", Vector3.Zero)); var billboardNode = new BillboardNode { Geometry = label }; billboardNode.Material = new BillboardMaterialCore...
Just a note to help users which want to continue use the .vlx format with VS Code. When LISPSYS is at value 1 (use VS Code), you can use the...