Nice, but sprites are good only for simple 2D stuff which doesn't use too much of visual fx. They're very limited in terms of using PS ( there are known issues with sampler when there's more than one texture in shader program that affects texture ). It's better to make own Sprite class with textured quad and just use ort. projection matrix. Anyway, nice demo :)
Nice, but sprites are good only for simple 2D stuff which doesn't use too much of visual fx. They're very limited in terms of using PS ( there are known issues with sampler when there's more than one texture in shader program that affects texture ). It's better to make own Sprite class with textured quad and just use ort. projection matrix. Anyway, nice demo :)
jsr184 3 years ago
sprite based:)
gameplayCoder 4 years ago
Nice. How did you do that? Is this shader or sprite based?
dp2208 4 years ago