Andrej Benedik

Results 11 comments of Andrej Benedik

I also have that problem. I assume that the problem is caused because the SDL window is created without SDL_WINDOW_RESIZABLE flag (see: https://lazyfoo.net/tutorials/SDL/53_extensions_and_changing_orientation/index2.php). I have quickly checked the source code...

I plan to implement the features from Ab3d.PowerToys and Ab3d.DXEngine in future versions. I try to decide which features to move first based on my understanding of how many users...

Vulkan is supported on all platforms except on web browser. There WebGL or WebGpu would need to be used. I have a long time plan to support that so that...

I would like to inform you that with just published v2.0-RC1 ModelMover, ModelRotator and ModelScalar are available. ![image](https://github.com/ab4d/Ab4d.SharpEngine.Samples/assets/7727284/6af5c648-3cad-4c9f-88a0-b989ef7a810b)

Yes, transparency sorting is working by default (it can be disabled by setting Scene.IsTransparencySortingEnabled to false). The image of ModelMover, ModelRotator and ModelScalar from my previous comment is showing those...

I have checked your file in multiple viewers (including online https://3dviewer.net/index.html) and all show z-fighting issues because the first two models in the file have the same 3D coordinates and...

Could you please check if you get any warning or error log messages. The sample by default logs all warnings and error to Output window (`Utilities.Log.LogLevel = LogLevels.Warn; Utilities.Log.IsLoggingToDebugOutput =...

Thank you for sharing the log messages. The first two are not problematic - the samples by defalt try to use standard validation layers, but if they are not supported...

@danipen, could you please try again by using version 2.1.9028-beta1, which is available from NuGet? This version adds support for devices that use non-coherent memory and this should fix your...

The samples in this repo already have a special samples license key applied so you can just start them. But if you would like to create your own app, then...