Dirk Kramer
Dirk Kramer
Is it possible to show window in fullscreen mode (extend into taskbar). I tried the following without succes. ``` ExtendViewIntoTitleBar="True" ui:ThemeManager.IsThemeAware="True" AcrylicWindowStyle="None" WindowStyle="None" ResizeMode="NoResize" WindowState="Maximized" ```
Hello, Orientation of my environmentmap3D is wrong, so I want to rotate it. Is this possible? I tried the following without succes: ``` var env = new EnvironmentMap3D(); env.Texture =...
### Describe the bug Cant find Command in the current context. In my specific example included in the 'Steps to reproduce' the compiler cant find CloseProjectCommand. ### Regression _No response_...
Maybe I am doing something wrong but the shadows of the LineMaterialGeometryModel3D are rendering incorrectly. I made a test-repository so you can check this out: [LineGeometryTests](https://github.com/DirkKramer/LineGeometryTests) Thanks in advance!