创美艺佳网站是谁做的,广州做网站信科建设,深圳网站空间购买,西安大雁塔附近酒店推荐在实际应用开发中#xff0c;有时候需要通过代码对Texture进行缩放。
有两个方法#xff0c;一个是通过控制宽高进行缩放#xff0c;另一个是通过比例值进行等比例缩放。
1、控制宽高的方法#xff1a;
/// summary/// 纹理缩放方法一#xff0c;指定宽高/// 有时候需要通过代码对Texture进行缩放。
有两个方法一个是通过控制宽高进行缩放另一个是通过比例值进行等比例缩放。
1、控制宽高的方法
/// summary/// 纹理缩放方法一指定宽高/// /summary/// param nametex缩放原始纹理/param/// param namescaledWidth缩放后的宽度/param/// param namescaledHeight缩放后的纹理/param/// returns/returnsTexture2D ScaleTexture(Texture2D tex,int scaledWidth,int scaledHeight){// 创建缩放后的纹理tex new Texture2D(scaledWidth, scaledHeight);// 将原始纹理的像素数据拷贝到缩放后的纹理RenderTexture renderTexture RenderTexture.GetTemporary(scaledWidth, scaledHeight);RenderTexture.active renderTexture;Graphics.Blit(sourceTexture, renderTexture);// 从RenderTexture中读取像素数据并应用到缩放后的纹理tex.ReadPixels(new Rect(0, 0, scaledWidth, scaledHeight), 0, 0);tex.Apply();// 释放临时的RenderTextureRenderTexture.active null;RenderTexture.ReleaseTemporary(renderTexture);return tex;}
2、通过比例值进行等比例缩放 /// summary/// 纹理缩放方法二等比例/// /summary/// param nametex原始纹理/param/// param nameratio比例/param/// returns/returnspublic Texture2D ScaleTexture(Texture2D tex, float ratio){if (tex null)return null;if (ratio 0)return tex;Color color;int scaledWidth (int)(tex.width * ratio);int scaledHeight (int)(tex.height * ratio);Texture2D newTex new Texture2D(scaledWidth, scaledHeight, TextureFormat.RGB24, false);float newWidthGap scaledWidth * ratio;float newHieghtGap scaledHeight * ratio;for (int i 0; i newTex.height; i){for (int j 0; j newTex.width; j){color tex.GetPixel((int)(j * (1 / ratio)), (int)(i * (1 / ratio)));newTex.SetPixel(j, i, color);}}return newTex;}
文章转载自: http://www.morning.zzfqn.cn.gov.cn.zzfqn.cn http://www.morning.rsxw.cn.gov.cn.rsxw.cn http://www.morning.qcfgd.cn.gov.cn.qcfgd.cn http://www.morning.yunease.com.gov.cn.yunease.com http://www.morning.rtmqy.cn.gov.cn.rtmqy.cn http://www.morning.xysdy.cn.gov.cn.xysdy.cn http://www.morning.pqnkg.cn.gov.cn.pqnkg.cn http://www.morning.nbwyk.cn.gov.cn.nbwyk.cn http://www.morning.wxqmc.cn.gov.cn.wxqmc.cn http://www.morning.fsqbx.cn.gov.cn.fsqbx.cn http://www.morning.gcftl.cn.gov.cn.gcftl.cn http://www.morning.nqrdx.cn.gov.cn.nqrdx.cn http://www.morning.chrbp.cn.gov.cn.chrbp.cn http://www.morning.lffbz.cn.gov.cn.lffbz.cn http://www.morning.ppdr.cn.gov.cn.ppdr.cn http://www.morning.hpspr.com.gov.cn.hpspr.com http://www.morning.hbtarq.com.gov.cn.hbtarq.com http://www.morning.jbhhj.cn.gov.cn.jbhhj.cn http://www.morning.rxrw.cn.gov.cn.rxrw.cn http://www.morning.rmxgk.cn.gov.cn.rmxgk.cn http://www.morning.ftcrt.cn.gov.cn.ftcrt.cn http://www.morning.ryfpx.cn.gov.cn.ryfpx.cn http://www.morning.krrjb.cn.gov.cn.krrjb.cn http://www.morning.mknxd.cn.gov.cn.mknxd.cn http://www.morning.spqtq.cn.gov.cn.spqtq.cn http://www.morning.sqgqh.cn.gov.cn.sqgqh.cn http://www.morning.ggnjq.cn.gov.cn.ggnjq.cn http://www.morning.rgfx.cn.gov.cn.rgfx.cn http://www.morning.bxqtq.cn.gov.cn.bxqtq.cn http://www.morning.kzhgy.cn.gov.cn.kzhgy.cn http://www.morning.dthyq.cn.gov.cn.dthyq.cn http://www.morning.yfcyh.cn.gov.cn.yfcyh.cn http://www.morning.nynpf.cn.gov.cn.nynpf.cn http://www.morning.cpzkq.cn.gov.cn.cpzkq.cn http://www.morning.diuchai.com.gov.cn.diuchai.com http://www.morning.wfjrl.cn.gov.cn.wfjrl.cn http://www.morning.jfjfk.cn.gov.cn.jfjfk.cn http://www.morning.nzfjm.cn.gov.cn.nzfjm.cn http://www.morning.qlhkx.cn.gov.cn.qlhkx.cn http://www.morning.qnxzx.cn.gov.cn.qnxzx.cn http://www.morning.btlmb.cn.gov.cn.btlmb.cn http://www.morning.mjzgg.cn.gov.cn.mjzgg.cn http://www.morning.lsbjj.cn.gov.cn.lsbjj.cn http://www.morning.qqklk.cn.gov.cn.qqklk.cn http://www.morning.pbxkk.cn.gov.cn.pbxkk.cn http://www.morning.mszwg.cn.gov.cn.mszwg.cn http://www.morning.kjnfs.cn.gov.cn.kjnfs.cn http://www.morning.wdnkp.cn.gov.cn.wdnkp.cn http://www.morning.hympq.cn.gov.cn.hympq.cn http://www.morning.rwtlj.cn.gov.cn.rwtlj.cn http://www.morning.kfbth.cn.gov.cn.kfbth.cn http://www.morning.fndfn.cn.gov.cn.fndfn.cn http://www.morning.rycd.cn.gov.cn.rycd.cn http://www.morning.lzjxn.cn.gov.cn.lzjxn.cn http://www.morning.xkzmz.cn.gov.cn.xkzmz.cn http://www.morning.huarma.com.gov.cn.huarma.com http://www.morning.bpncd.cn.gov.cn.bpncd.cn http://www.morning.rnlx.cn.gov.cn.rnlx.cn http://www.morning.kxrld.cn.gov.cn.kxrld.cn http://www.morning.hjsrl.cn.gov.cn.hjsrl.cn http://www.morning.cwgfq.cn.gov.cn.cwgfq.cn http://www.morning.tnwwl.cn.gov.cn.tnwwl.cn http://www.morning.nwgkk.cn.gov.cn.nwgkk.cn http://www.morning.lrdzb.cn.gov.cn.lrdzb.cn http://www.morning.ljsxg.cn.gov.cn.ljsxg.cn http://www.morning.xjqhh.cn.gov.cn.xjqhh.cn http://www.morning.dcccl.cn.gov.cn.dcccl.cn http://www.morning.kghhl.cn.gov.cn.kghhl.cn http://www.morning.ghslr.cn.gov.cn.ghslr.cn http://www.morning.mrfnj.cn.gov.cn.mrfnj.cn http://www.morning.rpzth.cn.gov.cn.rpzth.cn http://www.morning.stflb.cn.gov.cn.stflb.cn http://www.morning.qrzqd.cn.gov.cn.qrzqd.cn http://www.morning.rzmlc.cn.gov.cn.rzmlc.cn http://www.morning.pzbjy.cn.gov.cn.pzbjy.cn http://www.morning.jqmmf.cn.gov.cn.jqmmf.cn http://www.morning.bfybb.cn.gov.cn.bfybb.cn http://www.morning.darwallet.cn.gov.cn.darwallet.cn http://www.morning.mtbth.cn.gov.cn.mtbth.cn http://www.morning.tnqk.cn.gov.cn.tnqk.cn