New answers tagged level-of-detail
0
I had some similar problems. Maybe the camera is in model space instead of worldspace? That was causing the problem in may project...
Does something like that helps?
// Calculate the position of the vertex in the world.
worldPosition = mul(input.position, worldMatrix);
// Determine the viewing direction based on the position of the camera and the ...
Top 50 recent answers are included
