13 years, 5 months ago
Highlights
13 years, 5 months ago
Finally figured it out. Was mistaking RayOrgin for point in triangle clicked in its local space, but realized that no matter where I clicked the same spot would be selected. So…
13 years, 5 months ago
I am trying to grab the closest vertex to my mouse click using picking. I understand that the &t represents distance, but how can I get the distance of each vertex from the…
13 years, 5 months ago
I have set up this alphamap terrain that does multiple textures which works correctly except the textures seem off. The more you zoom out the more it the textures seem repeated.…
13 years, 6 months ago
bool InitScene() { ///////////////**************new**************//////////////////// if(!LoadObjModel(d3d11Device, L"dragonbone_male.obj",…
13 years, 6 months ago
Latest Activity
See all in DiscussionsFinally figured it out. Was mistaking RayOrgin for point in triangle clicked in its local space, but realized that no …
13 years, 5 months ago
Still having issues getting this to work, I tried to get the shortest distance from the mouse click but its …
13 years, 5 months ago
I am trying to grab the closest vertex to my mouse click using picking. I understand that the &t represents …
13 years, 5 months ago