Relative Content

Tag Archive for c#directxtexturessharpdx

Texture Loading Problem in c# using sharpDx Direct3D11

I started doing my 3d engine in sharpdx and it works pretty well, but there is small one problem with the texture(How it looks on objects). So the texture loader works as well with shaders but how can i achieve the full texture(The texture fit my object vertices) on my objects(I’m using simple brick texture in png format and only what i see is wrapped stripes).

Texture Loading Problem in c# using sharpDx Direct3D11

I started doing my 3d engine in sharpdx and it works pretty well, but there is small one problem with the texture(How it looks on objects). So the texture loader works as well with shaders but how can i achieve the full texture(The texture fit my object vertices) on my objects(I’m using simple brick texture in png format and only what i see is wrapped stripes).