3ds max 利用动力学制作风吹床单的效果

修改
鏉ユ簮: 爷⑤-缺德 浏览 15081 日期 2011-10-21 0

function imgzoom(id)//重新设置图片大小 防止撑破表格 { var w = $(id).width; var m = 755; if(w < m) { return; } else { var h = $(id).height; $(id).height = parseint(h*m/w); $(id).width = m; } } window.onload = function() { var imgs = $("content").getelementsbytagname("img"); var i=0; for(;i

评论

{{ username ? username.charAt(0).toUpperCase() : '?' }}
Ctrl+Enter 发布
{{ (c.username || c.author_name || '?').charAt(0).toUpperCase() }}
{{ c.username || c.author_name }} {{ Utils.formatDate(c.created_at) }}