Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by wooE

  1. wooE

    Clicking a 3D object in-game

    Indeed the pick example is the one you should look at. I would like to add to that that the concept of the "ray trace" is simple: you determine a line from the camera to the point where the mouse click is (transformed to the 3d world) and check for every triangle of the moose if there is an...
  2. wooE

    DrawSubset question

    Hi All, Is there a way to know the internal workings of DrawSubset (for meshes)? Is there source code available of this method? I would like to know what settings to the render pipeline it does. For example, if I set a vertex shader, does DrawSubset render with this shader or does it use it's...

Part and Inventory Search

Back
Top