Quartz icon indicating copy to clipboard operation
Quartz copied to clipboard

Vulkan RTX path tracer with a declarative ES7-like scene description language.

Results 3 Quartz issues
Sort by recently updated
recently updated
newest added

Hi @Nadrin, So I've managed to run your `raytrace-cpp` example and also tried using `QMaterial::setAlbedoTexture/setRoughnessTexture/setMetalnessTexture(QAbstractTexture *texture)` as follows: ``` QAbstractTexture* QMaterial::createTexture(const QString& textureFilePath) { auto* texture = new Qt3DRaytrace::QAbstractTexture(this); auto*...

anyone had the same issue? ![image](https://user-images.githubusercontent.com/5416196/69400672-6a99c680-0d57-11ea-89e2-0e5e58e5e5b8.png)

When I build the source code with VS2017 under windows 10, it report below error, anyone meet the same issue? Severity Code Description Project File Line Suppression State Error LNK2019...