锘??xml version="1.0" encoding="utf-8" standalone="yes"?>久久精品亚洲一区二区,欧美午夜片在线观看,一区二区三区在线视频免费观看http://m.shnenglu.com/flipcode/緙栨垜鏁呬簨瑙掕壊錛屽啓鎴戞瘡孌墊彃鏇? flipcode@qq.comzh-cnMon, 17 Nov 2025 06:18:20 GMTMon, 17 Nov 2025 06:18:20 GMT60寮鏀句笘鐣?/title><link>http://m.shnenglu.com/flipcode/archive/2021/07/03/217729.html</link><dc:creator>flipcode</dc:creator><author>flipcode</author><pubDate>Sat, 03 Jul 2021 12:35:00 GMT</pubDate><guid>http://m.shnenglu.com/flipcode/archive/2021/07/03/217729.html</guid><wfw:comment>http://m.shnenglu.com/flipcode/comments/217729.html</wfw:comment><comments>http://m.shnenglu.com/flipcode/archive/2021/07/03/217729.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://m.shnenglu.com/flipcode/comments/commentRss/217729.html</wfw:commentRss><trackback:ping>http://m.shnenglu.com/flipcode/services/trackbacks/217729.html</trackback:ping><description><![CDATA[<div>鎴戠殑寮鏀句笘鐣? wow涓鏍峰ぇ鐨勫湴鍥?/div> <br /> <img width="1024" height="576" alt="" src="http://m.shnenglu.com/images/cppblog_com/flipcode/lara_1.jpg" border="0" /><br /> <br /> <img width="1024" height="576" alt="" src="http://m.shnenglu.com/images/cppblog_com/flipcode/QQ鍥劇墖20210703203605_1.jpg" border="0" /><br /> <img width="1024" height="576" alt="" src="http://m.shnenglu.com/images/cppblog_com/flipcode/QQ鍥劇墖20210703222041_1.jpg" border="0" /><br /> <img width="1024" height="576" alt="" src="http://m.shnenglu.com/images/cppblog_com/flipcode/QQ鍥劇墖20210703203626_1.jpg" border="0" /><br /> <img width="1024" height="576" alt="" src="http://m.shnenglu.com/images/cppblog_com/flipcode/QQ鍥劇墖20210703205227_1.jpg" border="0" /> <img src ="http://m.shnenglu.com/flipcode/aggbug/217729.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.shnenglu.com/flipcode/" target="_blank">flipcode</a> 2021-07-03 20:35 <a href="http://m.shnenglu.com/flipcode/archive/2021/07/03/217729.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>浜戦浘淇敼http://m.shnenglu.com/flipcode/archive/2020/04/02/217224.htmlflipcodeflipcodeThu, 02 Apr 2020 03:48:00 GMThttp://m.shnenglu.com/flipcode/archive/2020/04/02/217224.htmlhttp://m.shnenglu.com/flipcode/comments/217224.htmlhttp://m.shnenglu.com/flipcode/archive/2020/04/02/217224.html#Feedback0http://m.shnenglu.com/flipcode/comments/commentRss/217224.htmlhttp://m.shnenglu.com/flipcode/services/trackbacks/217224.htmlhttps://zhuanlan.zhihu.com/p/83355147錛?br />

flipcode 2020-04-02 11:48 鍙戣〃璇勮
]]>
浜戦浘鏁堟灉http://m.shnenglu.com/flipcode/archive/2020/03/27/217217.htmlflipcodeflipcodeFri, 27 Mar 2020 10:07:00 GMThttp://m.shnenglu.com/flipcode/archive/2020/03/27/217217.htmlhttp://m.shnenglu.com/flipcode/comments/217217.htmlhttp://m.shnenglu.com/flipcode/archive/2020/03/27/217217.html#Feedback0http://m.shnenglu.com/flipcode/comments/commentRss/217217.htmlhttp://m.shnenglu.com/flipcode/services/trackbacks/217217.html



娣卞害闆懼彲浠ュ湪鍚庢湡澶勭悊閫氳繃娣卞害鍥懼弽綆楀緱鍒頒笘鐣屽潗鏍囷紝 鐒跺悗鍐嶇敤浣嶇疆鍑忓幓姘村鉤闈綅緗紝鍐嶉櫎闆捐窛寰楀埌闆懼寲姣旇繘琛屽鐞嗐?br />涓嶇敤鍚庢湡涔熷彲浠ワ紝鐩存帴鎽嗘斁娓叉煋騫抽潰錛岀劧鍚庡湪shader涓敤褰撳墠騫抽潰娣卞害鍑忓幓娣卞害鍥炬繁搴︼紝鍐嶉櫎闆捐窛寰楀埌闆懼寲姣旇繘琛屽鐞嗐備笂鍥懼氨鏄繖縐嶆柟寮忓疄鐜扮殑杞藉浘錛屽搴攕hader濡備笅錛?br />
void vertexDataFunc( inout appdata_full v, out Input o )
{
UNITY_INITIALIZE_OUTPUT( Input, o );
UNITY_TRANSFER_DITHER_CROSSFADE( o, v.vertex );
float2 tex_pos;
tex_pos.x = v.vertex.x;
tex_pos.y = v.vertex.z;
float rnd = sin(_Time.y*0.01f) + cos(_Time.y*0.01f)*10;
o.wavecoord = float4(tex_pos + rnd, tex_pos*2.0 + rnd);
}
void surf( Input i , inout SurfaceOutputStandard o )
{
//UNITY_APPLY_DITHER_CROSSFADE(i);
float _ScrollSpeed = 0.7f;
fixed scrollValue = fixed2(_ScrollSpeed * sin(_Time.y), _ScrollSpeed * sin(_Time.y));
fixed4 c = tex2D(_MainTex, i.wavecoord.xy);
o.Albedo = c.rgb * _FogColor.rgb;
o.Emission = _FogColor.rgb;
float4 ase_screenPos = float4( i.screenPos.xyz , i.screenPos.w + 0.00000001 );
float eyeDepth = LinearEyeDepth(UNITY_SAMPLE_DEPTH(tex2Dproj(_CameraDepthTexture,UNITY_PROJ_COORD(ase_screenPos))));
float clampResult = clamp((abs((
eyeDepth
- ase_screenPos.w)) * (0.1f+ _FogIntensity * 0.4f)), 0, _FogMaxIntensity);
o.Alpha = clampResult;
}
鍙﹀榪烽浘澶ぇ錛屾棤娉曠湅娓呮父鎴忥紝鍙互璁╃浉鏈烘媺榪滄樉紺鴻糠闆撅紝闈犺繎鍒欒榪烽浘鍙樻貳澶勭悊錛岀畝鍗曞湴灝哶FogMaxIntensity淇敼涓嬪嵆鍙?
_FogMaxIntensity = _FogMaxIntensity * pow(ase_screenPos.w * 0.01f, 3);


flipcode 2020-03-27 18:07 鍙戣〃璇勮
]]>
綾諱技涓夊浗蹇?4涓環exagon鐨勮創鍦扮粯鍒?/title><link>http://m.shnenglu.com/flipcode/archive/2020/03/26/217215.html</link><dc:creator>flipcode</dc:creator><author>flipcode</author><pubDate>Thu, 26 Mar 2020 12:55:00 GMT</pubDate><guid>http://m.shnenglu.com/flipcode/archive/2020/03/26/217215.html</guid><wfw:comment>http://m.shnenglu.com/flipcode/comments/217215.html</wfw:comment><comments>http://m.shnenglu.com/flipcode/archive/2020/03/26/217215.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://m.shnenglu.com/flipcode/comments/commentRss/217215.html</wfw:commentRss><trackback:ping>http://m.shnenglu.com/flipcode/services/trackbacks/217215.html</trackback:ping><description><![CDATA[<img src="http://m.shnenglu.com/images/cppblog_com/flipcode/hexdraw.png" alt="" /><br />鏈夊緢澶氬疄鐜版柟妗堬紝 鏈変漢浼氭兂鐫鐢ㄨ創鑺卞幓鍋氾紝鍏跺疄寰堟病蹇呰錛屼竴縐嶅粔浠峰張綆鍗曠殑鏂瑰紡鍙互瀹炵幇錛氬皢ps褰撳墠浣嶇疆杞崲鍒癶exagon鐨剈v絀洪棿鍐嶉噰鏍穐exagon璐村浘鍗沖彲錛?鍗沖湪鍦拌〃緇樺埗鐨刾s涓紙鎴栧湪鍚庡鐞嗛噷錛夛紝鍙栧緱錛堟垨閫氳繃娣卞害姹傚緱錛変笘鐣屼綅緗茍鍑忓幓褰撳墠浣嶇疆鎵鍦ㄦ牸瀛愪腑蹇冪偣鐨勪笘鐣屼綅緗紝寰楀埌鐩稿鏍煎瓙鐨勫亸縐伙紝鐒跺悗鍐嶈漿涓簎v鍧愭爣銆傞偅涔坔exagon鐨勫睘鎬ф庝箞寰楀埌錛熺敤鍙︿竴寮爌oint璐村浘鍦╟pu涓慨鏀瑰悗浼犲叆緇檚hader鍗沖彲(浠ヤ笂鍥劇墖涓墍紺哄氨鏄垜鐢ㄧ殑榪欑鏂瑰紡瀹炵幇鐨勬牱渚?銆?img src ="http://m.shnenglu.com/flipcode/aggbug/217215.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.shnenglu.com/flipcode/" target="_blank">flipcode</a> 2020-03-26 20:55 <a href="http://m.shnenglu.com/flipcode/archive/2020/03/26/217215.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>hexagon綆ご緇樺埗http://m.shnenglu.com/flipcode/archive/2020/03/26/217214.htmlflipcodeflipcodeThu, 26 Mar 2020 12:33:00 GMThttp://m.shnenglu.com/flipcode/archive/2020/03/26/217214.htmlhttp://m.shnenglu.com/flipcode/comments/217214.htmlhttp://m.shnenglu.com/flipcode/archive/2020/03/26/217214.html#Feedback0http://m.shnenglu.com/flipcode/comments/commentRss/217214.htmlhttp://m.shnenglu.com/flipcode/services/trackbacks/217214.html
瀹炵幇鏂瑰紡:
// uv=x,y, rotation = z
        public static readonly kPathArrow[,] combineType =
        {
            // 鍙充笂錛屽彸涓?nbsp;              鍙籌紝                           鍙充笅錛?nbsp;              宸︿笅錛?nbsp;                宸︼紝                    宸︿笂
            {new kPathArrow(0, 60), new kPathArrow(5, 180),    new kPathArrow(2, 180), new kPathArrow(6, 120), new kPathArrow(7, 0), new kPathArrow(3, 0)},
            // 鍙?/div>
            {new kPathArrow(5, 180), new kPathArrow(1, 180),    new kPathArrow(4, 180), new kPathArrow(7, 180), new kPathArrow(6, 0), new kPathArrow(8, 180)},
            // 鍙充笅
            {new kPathArrow(2, 180), new kPathArrow(4, 180),    new kPathArrow(0, 180), new kPathArrow(3, 180), new kPathArrow(8, 0), new kPathArrow(6, 60)},
            // 宸︿笅
            {new kPathArrow(6, 120), new kPathArrow(7, 180),    new kPathArrow(3, 180), new kPathArrow(0, -120), new kPathArrow(5, 0), new kPathArrow(2, 0)},
            // 宸?/div>
            {new kPathArrow(7, 0), new kPathArrow(6, 0),    new kPathArrow(8, 0),    new kPathArrow(5, 0), new kPathArrow(1, 0), new kPathArrow(4, 0)},
            // 宸︿笂
            {new kPathArrow(3, 0), new kPathArrow(8, 180),   new kPathArrow(6, 60), new kPathArrow(2, 0), new kPathArrow(4, 0), new kPathArrow(0, 0)},
        };
        private Vector3 RotVertex(Vector3 point, float rot)
        {
            Vector3 pos = point;
            float cs = Mathf.Cos(rot);
            float sn = Mathf.Sin(rot);
            pos.x = point.x * cs + point.z * sn;
            pos.z = -point.x * sn + point.z * cs;
            return pos;
        }
        //----------------------------------------------------------------------------------------------
        public void AddPathTile(int x, int z, int idx)
        {
            int enterDir = idx / (int)kHexGrid.HexDirection.MAX;
            int outDir = idx % (int)kHexGrid.HexDirection.MAX;
            kPathArrow pathArrow = combineType[enterDir, outDir];
            int rowUV = pathArrow.idx / 3;
            int colUV = pathArrow.idx % 3;
            float rot = pathArrow.angle * Mathf.PI/180.0f;
            Vector3 center = kHexGrid.ToWorldPos(x, z);
            Vector2 centerUV = new Vector2(0.5f, 0.5f);
            Vector2 uvStart = new Vector2(colUV * 1 / 3.0f, rowUV * 1 / 3.0f);
            for (kHexGrid.HexDirection dir = kHexGrid.HexDirection.NE; dir <= kHexGrid.HexDirection.NW; dir++)
            {
                Vector3 v1 = center + new Vector3(0,0.01f,0);
                Vector3 v2 = kHexGrid.cornerPos[(int)dir] + new Vector3(0, 0.01f, 0);
                Vector3 v3 = kHexGrid.cornerPos[(int)dir + 1] + new Vector3(0, 0.01f, 0);
                if (rot > 0.0001f || rot < -0.0001f)
                {
                    v2 = RotVertex(v2, rot);
                    v3 = RotVertex(v3, rot);
                }
                AddTriangle(v1, center + v2, center + v3,
                    uvStart + centerUV * 1/3.0f, uvStart + kHexGrid.cornerUV[(int)dir] * 1 / 3.0f, uvStart + kHexGrid.cornerUV[(int)dir + 1] * 1 / 3.0f,
                    Color.white);
            }
        }
涓戝浘鏁堟灉:

鎵鐢ㄨ創鍥?img src="http://m.shnenglu.com/images/cppblog_com/flipcode/pathArrow.png" width="512" height="512" alt="" />

flipcode 2020-03-26 20:33 鍙戣〃璇勮
]]>max緇冧範http://m.shnenglu.com/flipcode/archive/2020/01/09/max.htmlflipcodeflipcodeThu, 09 Jan 2020 02:35:00 GMThttp://m.shnenglu.com/flipcode/archive/2020/01/09/max.htmlhttp://m.shnenglu.com/flipcode/comments/217072.htmlhttp://m.shnenglu.com/flipcode/archive/2020/01/09/max.html#Feedback0http://m.shnenglu.com/flipcode/comments/commentRss/217072.htmlhttp://m.shnenglu.com/flipcode/services/trackbacks/217072.html

flipcode 2020-01-09 10:35 鍙戣〃璇勮
]]>
鑷繁寤烘ā鍦烘櫙http://m.shnenglu.com/flipcode/archive/2020/01/09/max_unity.htmlflipcodeflipcodeThu, 09 Jan 2020 01:59:00 GMThttp://m.shnenglu.com/flipcode/archive/2020/01/09/max_unity.htmlhttp://m.shnenglu.com/flipcode/comments/217071.htmlhttp://m.shnenglu.com/flipcode/archive/2020/01/09/max_unity.html#Feedback0http://m.shnenglu.com/flipcode/comments/commentRss/217071.htmlhttp://m.shnenglu.com/flipcode/services/trackbacks/217071.html鑷繁鐢╩ax寤烘ā寮勭殑涓涓皬鍦烘櫙錛屾劅瑙夊熀鏈鐢ㄤ簡錛岃褰曚笅


flipcode 2020-01-09 09:59 鍙戣〃璇勮
]]>unity slg鐨勬柟褰㈠拰鍏竟褰㈡祴璇?/title><link>http://m.shnenglu.com/flipcode/archive/2020/01/03/unity_slg.html</link><dc:creator>flipcode</dc:creator><author>flipcode</author><pubDate>Fri, 03 Jan 2020 10:09:00 GMT</pubDate><guid>http://m.shnenglu.com/flipcode/archive/2020/01/03/unity_slg.html</guid><wfw:comment>http://m.shnenglu.com/flipcode/comments/217059.html</wfw:comment><comments>http://m.shnenglu.com/flipcode/archive/2020/01/03/unity_slg.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://m.shnenglu.com/flipcode/comments/commentRss/217059.html</wfw:commentRss><trackback:ping>http://m.shnenglu.com/flipcode/services/trackbacks/217059.html</trackback:ping><description><![CDATA[<div>unity slg鐨勬柟褰㈠拰鍏竟褰㈡祴璇? 鍏朵腑涓昏鏄潗鏍囪漿鎹紝涓嬮潰鏄垜鑷繁鎯沖嚭鏉ョ殑涓縐嶆瘮杈冪畝渚塊珮鏁堢殑澶勭悊鏂規硶錛屽疄鐜版柟娉曞涓?<br /><div></div><div>   </div><div>    // 璁板綍涓? 榪欐槸鎴戠湅鍥炬葷粨鍑虹殑姣旇緝綆渚跨殑綆楁硶:)(flipcode@qq.com)錛?/div><div>        // 娉ㄦ剰錛屼紶鍏ョ殑xWorld瑕?edgeLength</div><div>        public static Vector2 ToHexGrid(float xWorld, float yWorld)</div><div>        {</div><div>            float edgeLength = 1;</div><div>            float halfGridWidth = edgeLength * 0.866025404f;</div><div></div><div>            int iGY = (int)(yWorld / (1.5 * edgeLength));</div><div></div><div>            bool odd = ((iGY & 1) != 0);</div><div>            // 濂囷細</div><div>            if (odd)</div><div>            {</div><div>                xWorld -= halfGridWidth;</div><div>            }</div><div></div><div>            int iGX = (int)(xWorld / (2 * halfGridWidth));</div><div></div><div>            // 寰楀埌鏍煎瓙宸︿笅瑙掑潗鏍?</div><div>            float OGX = iGX * (2 * halfGridWidth);</div><div>            float OGY = iGY * (1.5f * edgeLength);</div><div></div><div>            float refX = OGX + halfGridWidth;</div><div>            float refY = OGY + edgeLength * 0.5f;</div><div></div><div>            // 鍙兘涓嶅湪鏈牸瀛愬唴(鍥犱負鍙兘浣嶇疆鍦ㄦ牸鏍煎瓙涓嬫柟鐨勫乏涓嬭鎴栧彸涓嬭):</div><div>            bool bOutProbably = yWorld < refY;</div><div>            if (bOutProbably)</div><div>            {</div><div>                // 寰楀埌Hex涓績寰涓嬪崐涓杈歸暱鐨勪綅緗?</div><div>                float dx = Mathf.Abs(xWorld - refX) * (0.5f * edgeLength / halfGridWidth); // 涔? ../.. )浣垮叾鍙樻垚姝f柟褰㈠啀鏉ュ垽鏂?/div><div>                float dy = Mathf.Abs(yWorld - refY);</div><div>                float dt = dx + dy;</div><div></div><div>                // 鍦ㄥ乏鍗婅竟:</div><div>                if (xWorld < refX)</div><div>                {</div><div>                    // 涓嶅湪鏈牸瀛?鑰屾槸鍦ㄥ乏涓嬭:</div><div>                    if (dt > edgeLength * 0.5f)</div><div>                    {</div><div>                        iGY--; // 涓嶇濂囧伓錛屼笅閮ㄩ兘瑕亂--</div><div>                               // 濡傛灉鏄伓鏁扮殑宸︿笅錛岃繕瑕佸皢x--</div><div>                        if (false == odd)</div><div>                        {</div><div>                            iGX--;</div><div>                        }</div><div>                    }</div><div>                }</div><div>                // 鍦ㄥ彸鍗婅竟</div><div>                else</div><div>                {</div><div>                    // 涓嶅湪鏈牸瀛? 鑰屾槸鍦ㄥ彸涓嬭:</div><div>                    if (dt > edgeLength * 0.5f)</div><div>                    {</div><div>                        iGY--; // 涓嶇濂囧伓錛屼笅閮ㄩ兘瑕亂--</div><div>                               // 濡傛灉鏄鏁扮殑鍙充笅錛岃繕瑕佸皢x++</div><div>                        if (odd)</div><div>                        {</div><div>                            iGX++;</div><div>                        }</div><div>                    }</div><div>                }</div><div>            }</div><div>            return new Vector2(iGX, iGY);</div><div>        }</div><div></div><div></div><div></div><div>        public static Vector3 ToWorldPos(int iGX, int iGY)</div><div>        {</div><div>            bool odd = ((iGY & 1) != 0);</div><div></div><div>            // 寰楀埌鏍煎瓙宸︿笅瑙掑潗鏍?</div><div>            float OGX = iGX * (2 * halfGridWidth);</div><div>            float OGY = iGY * (1.5f * edgeLength);</div><div></div><div>            // 濂囨暟琛岃鍙崇Щ鍗婁釜瀹藉害錛?/div><div>            if (odd)</div><div>            {</div><div>                OGX += halfGridWidth;</div><div>            }</div><div></div><div>            // 鍋忕Щ杞埌鏍煎瓙涓績浣嶇疆:</div><div>            Vector3 pos = new Vector3(OGX + halfGridWidth, 0, OGY + edgeLength);</div><div>            return pos;\</div><div>        }<br /><br />涓嬮潰鏄垜鐢葷殑鍥撅紝闈炲父涓戯紝灝嗗氨鐪?br /><img src="http://m.shnenglu.com/images/cppblog_com/flipcode/slg紺烘剰鍥?png" alt="" /><br />b闄勪笂嫻嬭瘯鍥撅紝宸插甫ai縐誨姩鏀誨嚮, 涓嶈繃鍥劇湅涓嶅埌:<img src="http://m.shnenglu.com/images/cppblog_com/flipcode/slggrid.png" alt="" /><img src="http://m.shnenglu.com/images/cppblog_com/flipcode/slg6a.png" alt="" /><img src="http://m.shnenglu.com/images/cppblog_com/flipcode/slg666.png" alt="" /></div></div><img src ="http://m.shnenglu.com/flipcode/aggbug/217059.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.shnenglu.com/flipcode/" target="_blank">flipcode</a> 2020-01-03 18:09 <a href="http://m.shnenglu.com/flipcode/archive/2020/01/03/unity_slg.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>unity lwrphttp://m.shnenglu.com/flipcode/archive/2020/01/03/unity_lwrp.htmlflipcodeflipcodeFri, 03 Jan 2020 10:01:00 GMThttp://m.shnenglu.com/flipcode/archive/2020/01/03/unity_lwrp.htmlhttp://m.shnenglu.com/flipcode/comments/217058.htmlhttp://m.shnenglu.com/flipcode/archive/2020/01/03/unity_lwrp.html#Feedback0http://m.shnenglu.com/flipcode/comments/commentRss/217058.htmlhttp://m.shnenglu.com/flipcode/services/trackbacks/217058.html

flipcode 2020-01-03 18:01 鍙戣〃璇勮
]]>
u3d涓▼搴忕敓鎴愭爲http://m.shnenglu.com/flipcode/archive/2019/10/29/216959.htmlflipcodeflipcodeTue, 29 Oct 2019 08:20:00 GMThttp://m.shnenglu.com/flipcode/archive/2019/10/29/216959.htmlhttp://m.shnenglu.com/flipcode/comments/216959.htmlhttp://m.shnenglu.com/flipcode/archive/2019/10/29/216959.html#Feedback0http://m.shnenglu.com/flipcode/comments/commentRss/216959.htmlhttp://m.shnenglu.com/flipcode/services/trackbacks/216959.html

flipcode 2019-10-29 16:20 鍙戣〃璇勮
]]>
青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品
  • <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>
              亚洲国产成人在线播放| 狠狠色综合色综合网络| 一区二区三区高清| 亚洲日本一区二区| 亚洲国产美女| 亚洲国产精品一区二区久| 欧美寡妇偷汉性猛交| 欧美激情中文不卡| 亚洲日本视频| 亚洲影院免费观看| 久久久久久久综合| 欧美国产欧美亚洲国产日韩mv天天看完整 | 亚洲综合精品| 亚洲欧美成人精品| 久久精品亚洲一区| 欧美精品v国产精品v日韩精品| 久久国产精品免费一区| 国产毛片一区| 亚洲高清不卡在线| 亚洲午夜激情网页| 久久久97精品| 亚洲黑丝在线| 午夜久久一区| 免费欧美日韩国产三级电影| 欧美日韩视频在线一区二区观看视频 | 一区精品在线| 一二三区精品| 狼人社综合社区| 亚洲神马久久| 美女被久久久| 国产热re99久久6国产精品| 亚洲国产成人精品女人久久久| 一区二区欧美日韩| 美日韩精品视频免费看| 一区二区三区免费网站| 麻豆九一精品爱看视频在线观看免费 | 久久久无码精品亚洲日韩按摩| 欧美ab在线视频| 亚洲综合色自拍一区| 免费视频一区二区三区在线观看| 国产精品久久7| 日韩午夜在线视频| 欧美 日韩 国产 一区| 亚洲欧美福利一区二区| 欧美日韩美女一区二区| 亚洲电影免费观看高清| 亚洲欧美日韩精品久久奇米色影视 | 国产一区91| 亚洲婷婷国产精品电影人久久| 男人的天堂亚洲| 欧美夜福利tv在线| 国产精品入口尤物| 亚洲一区激情| 一级日韩一区在线观看| 欧美经典一区二区三区| 日韩视频精品| 亚洲国产精品传媒在线观看| 久久这里只精品最新地址| 黑人巨大精品欧美一区二区小视频| 亚洲欧美国产高清va在线播| 亚洲精品一区在线观看香蕉| 欧美大片免费观看| 亚洲卡通欧美制服中文| 欧美日韩亚洲在线| 国产精品对白刺激久久久| 亚洲欧洲在线免费| 欧美激情视频在线免费观看 欧美视频免费一 | 日韩一级精品视频在线观看| 欧美成人官网二区| 免费成人性网站| 亚洲人成欧美中文字幕| 欧美国产大片| 欧美成人精品福利| 一本色道久久综合狠狠躁的推荐| 亚洲激情av| 欧美色网在线| 久久精品一区二区| 久久婷婷成人综合色| 最新国产乱人伦偷精品免费网站| 欧美大学生性色视频| 欧美激情在线| 西瓜成人精品人成网站| 性做久久久久久| 亚洲国产美女| 一区二区三区精品国产| 国产欧美一区二区三区久久人妖| 久久精品日韩欧美| 免费看av成人| 午夜欧美理论片| 久久久久久久国产| 99国产精品99久久久久久粉嫩| 日韩一区二区免费看| 国产欧美一区二区三区国产幕精品 | 欧美一区二区免费视频| 欧美在线一二三| 亚洲人成精品久久久久| 中国成人亚色综合网站| 伊人影院久久| 中文精品一区二区三区| 在线播放日韩欧美| 一区二区久久久久| 影音先锋久久久| 日韩视频在线观看一区二区| 国产伦精品一区二区三区照片91| 欧美高清免费| 国产女主播视频一区二区| 欧美激情bt| 国产亚洲免费的视频看| 亚洲人www| 狠狠色狠狠色综合日日五| 在线视频你懂得一区| 亚洲高清网站| 香蕉成人久久| 一区二区三区 在线观看视频 | 欧美激情一二区| 国产亚洲欧美一区二区| 国产精品免费视频观看| 美女主播精品视频一二三四| 欧美在线地址| 欧美一区午夜精品| 午夜久久美女| 久久亚洲欧美| 欧美久色视频| 国产精品色午夜在线观看| 国产精品久久久久久久午夜片| 欧美久久综合| 国产精一区二区三区| 国产精品一区二区三区四区五区| 欧美男人的天堂| 欧美激情综合在线| 国产精品一区二区久久久久| 国产亚洲精品久久久久动| 一区二区在线看| 亚洲一区二区欧美日韩| 久久精品国产v日韩v亚洲| 免费亚洲婷婷| 亚洲综合三区| 欧美日韩国产成人精品| 国产视频久久久久久久| 亚洲人成在线观看网站高清| 亚洲一区中文| 亚洲国产二区| 久久精品卡一| 国产欧美日韩在线视频| 亚洲手机在线| 亚洲美女网站| 欧美精品 日韩| 91久久午夜| 欧美成va人片在线观看| 欧美一区二区精品在线| 国产精品成人免费视频| 亚洲激情另类| 亚洲电影免费观看高清完整版| 亚洲精品在线视频| 久久在线91| 久久精品国产久精国产一老狼 | 欧美成人一区二区三区在线观看| 欧美日韩1234| 亚洲精品美女91| 欧美激情一区二区三区四区| 久久er精品视频| 一区二区在线观看视频| 毛片基地黄久久久久久天堂| 久久精品视频在线| 激情欧美国产欧美| 亚洲综合精品自拍| 先锋a资源在线看亚洲| 国产精品视频免费| 久久久精品tv| 欧美成人一区二区| 欧美在线一区二区三区| 久久国产手机看片| 日韩午夜高潮| 性伦欧美刺激片在线观看| 在线观看精品一区| 9l国产精品久久久久麻豆| 国产日韩一区二区三区在线| 欧美激情视频在线播放| 国产精品综合网站| 亚洲青涩在线| 国产亚洲在线| 欧美国产先锋| 国产亚洲观看| 午夜精品久久久久久久99水蜜桃 | 欧美理论片在线观看| 欧美一区观看| 国产精品久久久久久久电影| 老司机精品视频网站| 国产精品看片资源| 中文欧美字幕免费| 一区二区三区国产精华| 野花国产精品入口| 久久久7777| 欧美一区二视频| 国产精品一区二区久久| 亚洲另类黄色| 中国成人亚色综合网站| 欧美日韩亚洲免费| 一区二区三区日韩欧美| 亚洲视频网在线直播|