Roman Simuta
Roman Simuta
> Also, this technically isn't the same issue, but whenever I try to rotate one of the meshes, it becomes a cube instead of staying as a mesh. Is there...
there are 2 moments: - when you load the stl file, information about geometry is NOT sent to the .NET side. so, your c# code knows nothing about current geometry....
It's very strange Example1 also has a different containerId. And resizing works as expected. https://homaggroup.github.io/Blazor3D/example01 https://github.com/HomagGroup/Blazor3D/blob/main/Examples/Blazor3D.Examples.WebAsm/Pages/Example01.razor ``` private ViewerSettings settings = new ViewerSettings() { ContainerId = "example1", CanSelect = true,//...
what do you mean "expose"?
Hi Updating just clear the scene and rewrites it again from model on .NET part please, see https://github.com/HomagGroup/Blazor3D/issues/31 where I described the possible solutions may be you can cooperate with...