JuandreG
JuandreG
It seems the examples show to get a MeshGeometryModel3D from a HelixToolkitScene one would do this: ``` if(helixScene.Root.Items[0] is MeshNode mesh) { var model = new MeshGeometryModel3D() { Geometry =...
How would I integrate just the model viewer part of your application? I have gltf models, what I want to do is, using your model viewer, create a dynamic scene...
How would I add grouping to the DataList and DataGrid controls? I do add a CollectionViewSource to both controls, group the data in the ViewModel and point the CollectionViewSource's source...
Hello. I'm getting an error that says "The last group '[' is not closed" when I try to login with incorrect credentials then try again with correct credentials. If I...
Hello. How would I get a `ObservableCollection` item's reflections to bounce off each other? I am loading a glb file and displaying it. When I do `var item in x.Result.Root.Traverse()`...
Hi. So I was trying to use the SeeingSharpRenderPanel in a UWP application but nothing comes up. I followed the WinUI getting started guide, I could not find one for...
The SceneLoader breaks when trying to load .glb file format. Can support for .glb be added? Regards.
Hi Nick. First of all awesome project, I saw the YouTube videos you posted using this and it looks awesome. I'm trying out Example 5 - setNodeName. I'm getting the...
Hi. First of all thanks for this template, it has really made the process of learning blazor much easier. I would like to know how we can replace the Add/Edit...
I am not able to build any of the samples of Sharpnado. I see these errors in visual studio:  This is the version of visual studio I have installed:...