• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            4D星宇

            c++

              C++博客 :: 首頁 :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理 ::
              57 隨筆 :: 0 文章 :: 39 評論 :: 0 Trackbacks

            DX9下使用
            D3DXPLANE plane; 
             D3DXPlaneFromPointNormal( &plane, &vPoint, &vNormal ); //生成這個平面
            D3DXMatrixReflect( &matReflect, &plane ); //取得該平面的反射矩陣
            //設置剪切平面,使反射面上的內容被渲染,面下的被丟棄
             m_pd3dDevice->SetClipPlane( 0, plane );
             m_pd3dDevice->SetRenderState( D3DRS_CLIPPLANEENABLE, 0x01 );
            DX10下模擬:
            User Clip PlanesUser Clip Planes are emulated by specifying a clip distance output from the Vertex Shader with the SV_ClipDistance[n] flag, where n is either 0 or 1. Each component can hold up to 4 clip distances in x, y, z, and w giving a total of 8 clip distances.

                用戶裁減平面通過在VS里設定一個SV_ClipDistance[n]標記,定義一個裁減距離輸出得到,n為0或1。這里一共能存放8個Clip Plane距離,分別使用數(shù)組兩個元素的x,y,z,w通道。

            In this scenario, each clip planes is defined by a plane equation of the form:

            在這個場景里,每個clip plane被一個平面方程定義:

            Ax + By + Cz + D =0;

            Where <A,B,C> is the normal of the plane, and D is the distance of the plane from the origin. Plugging in any point <x,y,z> into this equation gives its distance from the plane. Therefore, all points <x,y,z> that satisfy the equation Ax + By + Cz + D = 0 are on the plane. All points that satisfy Ax + By + Cz + D < 0 are below the plane. All points that satisfy Ax + By + Cz + D > 0 are above the plane.

            <A,B,C>是平面法向,D是平面到原點的距離。把任意點<x,y,z>代入方程能得到它到平面的距離。所有滿足方程=0的點在平面上,<0的點在平面下而 >0的點在平面上。

            In the Vertex Shader, each vertex is tested against each plane equation to produce a distance to the clip plane. Each of the three clip distances are stored in the first three components of the output component with the semantic SV_ClipDistance0. These clip distances get interpolated over the triangle during rasterization and clipped if the value every goes below 0.

                在VS中,每個頂點會帶入平面方程做測試。每個三角形的Clip距離存在SV_ClipDistance0語義輸出的前三個通道中。這個距離在光柵化中被線性插值,所有小于0的像素被剔除。

            posted on 2008-11-09 20:47 bloodbao 閱讀(1209) 評論(0)  編輯 收藏 引用 所屬分類: c++
            久久九九亚洲精品| 久久99精品国产99久久| 亚洲欧美日韩精品久久亚洲区| 热综合一本伊人久久精品| 亚洲人成伊人成综合网久久久| 精品久久久久久久| 亚洲精品国产综合久久一线| 东京热TOKYO综合久久精品| 久久精品国产精品亜洲毛片| 亚洲AV无码久久| 久久久久亚洲精品中文字幕| 91精品国产91久久久久福利| 色综合久久88色综合天天 | 久久久久亚洲AV无码麻豆| 久久99精品久久久久久水蜜桃 | 999久久久国产精品| 久久这里的只有是精品23| 四虎国产精品免费久久久| 人妻无码αv中文字幕久久琪琪布| 久久成人国产精品一区二区| 国产情侣久久久久aⅴ免费| 亚洲精品无码久久一线| 久久亚洲中文字幕精品一区四| 久久婷婷综合中文字幕| 精品久久久久香蕉网| 国产成人无码精品久久久性色| 久久久91人妻无码精品蜜桃HD | 久久精品国产一区二区| 一级做a爰片久久毛片16| 精品免费tv久久久久久久| 精品免费久久久久久久| 天天爽天天狠久久久综合麻豆| 中文字幕久久亚洲一区| 亚洲а∨天堂久久精品| 久久久噜噜噜久久| 性高朝久久久久久久久久| 久久久国产亚洲精品| 久久精品国产99久久久古代| 精品无码久久久久国产动漫3d | 久久精品国产亚洲7777| 无码精品久久一区二区三区|