KavarnaMember
Profile
Reputation
Questions
Answers
Tutorials
Comments
Files
Member Since: Jul 2016
Profile Views: 827
Reputation: 162
Posts: 10
Website:
Sphere rotation
1
rating
1
answers
973
views
So, I want to make a Sphere rotate, but I'm not even close to a good result... .[https://www.youtube...
DirectX 11 - Cube Mapping (Skybox)
1
rating
0
answers
6247
views
So, long story short I tried implementing a Skybox with a cube (not a sphere as shown in Tutorial) a...
DirectX 11 - Point Lights
1
rating
1
answers
1047
views
If the point light is inside first cube (left to right order), shouldn't it be brighter, because it ...
It works now. Thanks a lot for helping me!
Sphere rotation
Yes ... In the first video (m_World *= XMMatrixRotationY( fPi / 4 ); m_World *= XMMatrixRotationX( R...
Sphere rotation
I tried something like [m_World *= XMMatrixRotationY( fPi / 4 ); m_World *= XMMatrixRotationX( Rotat...
Trying to complete a build
Try these: Include Directories: $(IncludePath);$(DXSDK_DIR)Include Include Library Directories: $(Li...
DirectX 11 - Cube Mapping (Skybox)
I am so sorry for wasting your time ... Before trying to implement the cube mapping I changed the va...
08. World View and Local Spaces (static Camera)
This might be a silly question but I don't understand why we need 3 vectors (Position, Target and Up...
05. Color!
What if in D3D11_INPUT_ELEMENT_DESC instead of 0, 12 or 28 AlignedBytes we use D3D11_APPEND_ALIGNED_...