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
private ViewerSettings settings = new ViewerSettings()
{
ContainerId = "example1",
CanSelect = true,// default is false
SelectedColor = "yellow",
ShowViewHelper = false,//default is true
WebGLRendererSettings = new WebGLRendererSettings
{
Antialias = false // if you need poor quality for some reasons
}
};
lockdown-install.js is not part of my project. I can only see it in the browser. Strange that you don't get the error with the custom id. Can you expose the "id" and "style" of the canvas?
I have used a different id name for the Blazor3D Viewer. When I resize the window I get errors.
The text was updated successfully, but these errors were encountered: