Latest DX11 Activity
One thing to keep in mind is that Unity/Unreal are cross-platform, and those available APIs are generally not. Thus, you will try to use abstractions over the APIs as much as possible, so you can build your game on PC, Linux, Android, iOS, etc… without having to code the same feature 3-4 times in d…
On computers today, all of main memory is equal. An array is an array is an array. The functions need a pointer to some data organized in a specific way. They don't care what you did to organize the data in the right way, all that matters is that it is formatted as expected.
In runtime no, in editor yes. Well… yes for standard textures (virtual textures no - you wouldn't be able to fit them in memory).
This could run into problems when assets are too big - my point is, that it is managed and dynamic (which I guess is what you want). Easy to switch between those 2 approa…
@Annisquam17 OMG, I had gone over the code a million times, and going through the code one more time to add a few mor debugging statements and make sure everything was right, I noticed this line:
subData[i*mipLevels].pSysMem = imageDataArray[i*mipLevels];
that should read:
subData[i*mipLevels].pSysMem…
Aressera said: That's interesting. I have only used slope scaled bias on shadow map generation and have trouble completely removing acne, maybe I will try bias on the receiving end.
In my case I needed to make a decision on how to handle double-faced geometry for applying back-face-generated shadow …
This is a small update that addresses some bugs regarding state changes that come up in certain edge cases. These can lead to improper states being set, or older states taking precedence over new states.
As usual, the new update can be retrieved from the GitHub releases page. The latest versi…
In mid-may i was in Istanbull on my vacation. Great people, architecture, food - nice place to spend a week doing nothing. Every evening I came to my apartment, fell into bed and read. That time it was George R. R. Martin's «A Song of Ice and Fire». Actually i re…
This is a small update that contains a few more fixes and additions.
As always, to get the latest version, go to the Github Releases page and download version 3.0.87.290. As always, there is a commit log on the release stating what changes were made.
This is a small update that contains a few more fixes and additions.
To get the latest version, go to the Github Releases page and download version 3.0.86.259 . As always, there is a commit log on the release stating what changes were made.
This update contains a few more substantial fixes and additions to the library/editor. A new example was added showing how to use the fluent interface on the 2D renderer, and 2 new operations were added to the image editor that will mark the image as using premultiplied alpha, plus an operat…
We are pleased to announce the release of Matali Physics 4.7. The latest version introduces:
- Comprehensive support for Universal Windows Platform on Xbox One including: DirectX 12 games, DirectX 11 games, DirectX 11 apps, Xbox One gamepad, rendering at 4K.The latest version allows Matali Ph…