Results 1 to 3 of 3

Thread: What on earth is RHW

  1. #1

    What on earth is RHW

    Hi guy's

    Each transformed vertex contains a RHW variable.

    i found this on MSDN:
    Represents the reciprocal homogeneous w (RHW) component of the position.
    Is this an important vertex property??
    can someone explain its function to me??

    Thanx in advance. [/quote]
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  2. #2

    What on earth is RHW

    Right Hand Welly?
    Really High Wall?
    Round House Whack?
    Reciprocal of Homogenous W-Co-Ordinate

    "Following transformation, the X, Y, and Z coordinates are divided by W, and 1/W (reciprocal of homogenous W, aka RHW) is stored in the fourth component of the transformed vertex position:" http://www.mvps.org/directx/articles..._z/linearz.htm

    Rancid Horse Willy?
    Rock Hard Window?
    Really Hostile Weather?
    Really Humerous Wigs?
    Rapid Hand Waving?

    OK.. I'll stop :-)

  3. #3

    What on earth is RHW

    ah thanx.. I'am not a mathematician so i dont understand all the math on that page.

    I did some test on the vertices tutorial (from clooties website) and i only noticed some color changes. The new value didn't modify the vertex position.

    I think you dont need to change this value, for simple 2d drawing.
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •