锘??xml version="1.0" encoding="utf-8" standalone="yes"?>国产日韩精品一区二区三区在线,国产精品日日摸夜夜添夜夜av,国产偷国产偷亚洲高清97caohttp://m.shnenglu.com/flipcode/緙栨垜鏁呬簨瑙掕壊錛屽啓鎴戞瘡孌墊彃鏇? flipcode@qq.comzh-cnSat, 04 Oct 2025 05:14:08 GMTSat, 04 Oct 2025 05:14:08 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| 欧美精品一区二区三区在线看午夜 | 亚洲欧美日产图| 午夜精品久久久久久久99樱桃| 亚洲影院免费观看| 久久久久一区二区| 亚洲区欧美区| 亚洲视频二区| 久久久噜噜噜久久久| 欧美黄色成人网| 国产女人水真多18毛片18精品视频| 国产综合精品| 亚洲精品久久久久| 欧美一级在线视频| 亚洲成人在线视频播放 | 久久亚洲精品一区二区| 久久一日本道色综合久久| 亚洲国产精品久久久| 亚洲一区视频| 欧美激情91| 狠狠狠色丁香婷婷综合激情| 日韩午夜激情av| 久久久久久久久久久成人| 日韩视频免费| 久久婷婷久久| 国产精品男女猛烈高潮激情| 91久久精品网| 久久久久久久久伊人| 99国产精品国产精品毛片| 亚洲欧洲精品一区| 欧美日韩视频第一区| 激情欧美一区二区| 午夜精品久久久久久久蜜桃app| 亚洲国产高清高潮精品美女| 国产资源精品在线观看| 亚洲精品国产视频| 日韩一本二本av| 亚洲第一精品夜夜躁人人躁| 亚洲精品久久久一区二区三区| 日韩亚洲一区二区| 激情一区二区三区| 亚洲天堂av在线免费| 媚黑女一区二区| 午夜精品在线视频| 国产精品美女诱惑| 在线亚洲欧美| 亚洲人成人一区二区在线观看| 久久精品人人做人人爽电影蜜月| 欧美四级在线观看| 一区二区不卡在线视频 午夜欧美不卡在| 久久国产精品99国产精| 亚洲私人影吧| 国产精品激情| 亚洲欧美日韩成人| 一区二区三区高清不卡| 欧美日韩一区二区在线视频 | 激情综合网址| 久久亚洲一区二区| 久久精品亚洲一区二区| 激情综合五月天| 欧美www在线| 美女国产精品| 亚洲欧洲日夜超级视频| 欧美成人综合一区| 欧美国产免费| 亚洲伊人网站| 午夜精品影院| 亚洲国产小视频| 欧美国产日本| 欧美日韩精品在线视频| 亚洲天堂成人在线观看| 一个人看的www久久| 国产精品久久久久久久久免费桃花 | 在线精品视频免费观看| 欧美成人激情在线| 欧美精品亚洲| 亚洲影院污污.| 欧美一区二区精品| 亚洲精品久久久久| 亚洲午夜在线观看| 午夜精品久久久99热福利| 久久九九热免费视频| 久久久亚洲国产美女国产盗摄| 亚洲国产天堂久久综合| 99热在这里有精品免费| 国产欧美日韩精品a在线观看| 久久噜噜噜精品国产亚洲综合| 老司机一区二区三区| 亚洲无吗在线| 久久精品亚洲精品国产欧美kt∨| 亚洲精品美女| 亚洲综合不卡| 亚洲精品一区二| 亚洲一区二区三区在线观看视频| 国际精品欧美精品| 99视频超级精品| 亚洲成人资源网| 亚洲视频电影在线| 亚洲理伦在线| 久久国产精品久久久久久电车| 一本不卡影院| 久久女同互慰一区二区三区| 久久国产黑丝| 牛牛影视久久网| 欧美在线亚洲| 欧美日韩一二三区| 免费h精品视频在线播放| 国产精品豆花视频| 亚洲激情在线观看视频免费| 国产日韩欧美自拍| 一区二区三区欧美视频| 亚洲美女一区| 免费日本视频一区| 久久综合免费视频影院| 国产精品亚发布| 日韩视频一区二区三区在线播放免费观看| 国产综合一区二区| 欧美在线免费视屏| 久久gogo国模裸体人体| 国产精品一二三| 一本久道久久综合狠狠爱| 亚洲国产精品久久久久秋霞影院| 欧美一区在线直播| 久久久久成人精品| 国产亚洲一区二区三区在线播放| 亚洲视频播放| 翔田千里一区二区| 国产精品免费福利| 亚洲永久网站| 久久精品国产亚洲精品| 国产精品亚洲激情| 亚洲欧美韩国| 欧美在线免费观看亚洲| 国产精品综合视频| 香蕉成人久久| 久久精品国产亚洲5555| 国模私拍视频一区| 久久裸体视频| 欧美电影免费观看网站| 91久久精品国产91久久性色| 欧美.com| 亚洲少妇诱惑| 久久精品亚洲精品国产欧美kt∨| 国产一级揄自揄精品视频| 久久久久成人网| 亚洲国产高清一区| 欧美aⅴ一区二区三区视频| 91久久久在线| 午夜精品久久久久久| 国产一区二区av| 久久影视三级福利片| 亚洲免费av网站| 欧美一区亚洲二区| 在线精品观看| 欧美日韩麻豆| 欧美一区二区精品| 亚洲国产精品传媒在线观看| 亚洲少妇诱惑| 国内精品美女av在线播放| 久久午夜精品一区二区| 亚洲欧洲精品一区| 欧美一区二区黄| 亚洲欧洲在线观看| 国产精品五月天| 欧美国产免费| 香蕉尹人综合在线观看| 亚洲丰满在线| 欧美一区二区三区在线观看| 亚洲第一狼人社区| 国产精品久久久久久久久婷婷 | 狠狠综合久久av一区二区老牛| 麻豆9191精品国产| 亚洲欧美成aⅴ人在线观看| 欧美电影免费观看高清| 欧美一区二区三区精品| 日韩天堂在线观看| 国产中文一区二区| 欧美日韩亚洲国产一区| 久久免费视频在线| 亚洲一区二区三区在线| 91久久黄色| 久久综合五月天婷婷伊人| 午夜精品久久久久久久99热浪潮| 亚洲国产一区二区在线| 国产日韩精品一区| 欧美日韩日日夜夜| 毛片基地黄久久久久久天堂| 午夜视频在线观看一区| 亚洲毛片网站| 亚洲国产精品国自产拍av秋霞| 久久精品国产免费看久久精品| 亚洲小说春色综合另类电影| 亚洲肉体裸体xxxx137| 很黄很黄激情成人| 国产精品一区二区久久久久| 欧美日韩黄视频| 欧美精品一区二区三区很污很色的| 久久久久免费|