锘??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>
              一区二区亚洲| 久久久噜噜噜久噜久久| 亚洲国产人成综合网站| 老司机一区二区三区| 久久精品人人爽| 日韩香蕉视频| 亚洲第一视频| 亚洲人成免费| 99ri日韩精品视频| 欧美精品情趣视频| 欧美日韩国产在线观看| 国产精品青草久久久久福利99| 国产精品美女久久久久aⅴ国产馆| 欧美精品系列| 亚洲色图在线视频| 最新高清无码专区| 亚洲欧美色一区| 欧美激情亚洲国产| 篠田优中文在线播放第一区| 久热精品视频| 麻豆freexxxx性91精品| 国产精品视频yy9299一区| 欧美国产日韩在线观看| 久久久精品国产一区二区三区| 国产婷婷色一区二区三区| 久久日韩精品| 国产精品啊啊啊| 在线 亚洲欧美在线综合一区| 久久精品在线观看| 亚洲精品色图| 在线亚洲欧美视频| 久久免费一区| 久久久久看片| 六十路精品视频| 亚洲中字黄色| 国产综合欧美在线看| 亚洲视频1区| 黄色综合网站| 一区二区三区欧美日韩| 亚洲一区尤物| 亚洲第一主播视频| 久久精品女人天堂| 欧美黄色影院| 欧美在线观看视频一区二区| 欧美精品在线一区| 欧美午夜剧场| 欧美日韩1区2区| 99精品福利视频| 欧美国内亚洲| 久久亚洲精品一区二区| 一区二区三区自拍| 欧美顶级少妇做爰| 另类春色校园亚洲| 一本色道88久久加勒比精品 | 亚洲国产视频一区| 久久尤物视频| 欧美激情一区三区| 亚洲国产裸拍裸体视频在线观看乱了 | 国产精品久久久久久久app| 亚洲电影免费在线观看| 亚洲午夜视频| 在线 亚洲欧美在线综合一区| 国产久一道中文一区| 国产精品久久久久7777婷婷| 国产亚洲女人久久久久毛片| 亚洲精品免费电影| 亚洲黄色有码视频| 亚洲精品国产精品国自产在线| 国产一区二区三区免费在线观看| 欧美精品日本| 久久精品亚洲一区二区三区浴池| 久色婷婷小香蕉久久| 国产伦精品一区二区三区| 国产精品性做久久久久久| 久久青草福利网站| 国产亚洲精久久久久久| 亚洲国产欧美在线| 欧美午夜视频网站| 亚洲欧美激情精品一区二区| 欧美一区二区三区成人| 亚洲欧洲精品成人久久奇米网| 一区二区高清在线| 国产一区二区三区av电影| 亚洲人成久久| 1000精品久久久久久久久 | 久久综合999| 欧美视频官网| 六月丁香综合| 欧美午夜影院| 欧美性理论片在线观看片免费| 久久国产精品亚洲va麻豆| 欧美一区二区三区另类| 欧美激情第3页| 久久夜精品va视频免费观看| 亚洲风情在线资源站| 亚洲精品一级| 国产日韩精品在线| 亚洲第一综合天堂另类专| 欧美激情第六页| 午夜精品一区二区三区电影天堂| 午夜精彩视频在线观看不卡| 韩国三级电影久久久久久| 欧美电影免费观看高清完整版| 欧美国产成人精品| 欧美一级二区| 欧美激情综合网| 久久综合国产精品| 国产精品户外野外| 亚洲日本一区二区| 亚洲第一二三四五区| 亚洲在线国产日韩欧美| 91久久香蕉国产日韩欧美9色 | 欧美激情综合网| 久久精品视频在线| 欧美日韩在线综合| 亚洲福利视频网| 伊人狠狠色j香婷婷综合| 亚洲视频福利| 亚洲在线第一页| 欧美视频三区在线播放| 91久久精品国产91性色| 在线欧美亚洲| 久久久久久穴| 蜜桃av噜噜一区| 韩国成人福利片在线播放| 亚洲欧美视频在线观看| 午夜精品福利一区二区三区av| 欧美日韩免费在线视频| 日韩一二三在线视频播| 国产精品99久久久久久久久| 欧美激情精品久久久久| 亚洲黄网站在线观看| 亚洲精品永久免费| 欧美电影在线观看| 亚洲国产精品va在线看黑人| 亚洲欧洲综合另类在线| 欧美国产先锋| 亚洲精品在线视频| 亚洲影院免费| 国产精品一区二区三区乱码| 亚洲欧美久久久| 久久免费偷拍视频| 在线免费高清一区二区三区| 久久综合狠狠综合久久综合88| 欧美成人一区二区| 99精品国产在热久久下载| 欧美视频在线观看视频极品| 亚洲一区二区三区免费视频| 久久精品1区| 亚洲欧美日韩区 | 亚洲图片自拍偷拍| 欧美日韩综合网| 中文精品99久久国产香蕉| 欧美一区二区三区在线看 | 在线观看欧美日韩国产| 美国成人直播| 一本一本a久久| 久久午夜精品一区二区| 亚洲精品久久久久久久久久久久久| 欧美精品日日鲁夜夜添| 亚洲欧美久久久| 亚洲国产高清一区| 亚洲一区二区三区精品视频| 国产日韩欧美制服另类| 麻豆精品视频在线观看| 一本久道久久综合中文字幕| 久久久久久久一区二区| 亚洲乱码国产乱码精品精98午夜| 国产精品日韩在线观看| 久久综合国产精品| 午夜精品国产精品大乳美女| 亚洲成在人线av| 欧美伊人影院| 在线午夜精品| 亚洲电影免费观看高清完整版在线| 欧美日韩精品二区第二页| 久久国产精品99久久久久久老狼| 亚洲黄色影院| 美女国内精品自产拍在线播放| 亚洲神马久久| 亚洲国产福利在线| 国产色产综合产在线视频| 欧美日韩国内自拍| 久久中文字幕一区| 午夜激情久久久| 一区二区91| 欧美国产极速在线| 久久精品免费| 亚洲一区美女视频在线观看免费| 国产午夜亚洲精品羞羞网站| 欧美日韩国产在线看| 免费看亚洲片| 麻豆成人在线观看| 欧美一区在线看| 一二三区精品| 99综合在线| 日韩午夜精品| 99riav1国产精品视频| 欧美成人69| 麻豆精品传媒视频|