码迷,mamicode.com
首页 >  
搜索关键字:material design    ( 6009个结果
Domain-Driven Design FAQ
转载出处:http://www.cqrs.nu/FaqWhat is a domain?The field for which a system is built. Airport management, insurance sales, coffee shops, orbital flight, ...
分类:其他好文   时间:2014-06-28 11:56:38    阅读次数:289
[Unity菜鸟] 材质
1. 材质定义:2. 把材质都改成支持透明通道 因为物体太多了,比如树跟房子材质必须用不一样的。所以办法还是你得改每个材质的Shader,都改成支持透明通道的。 在Project的搜索窗口输入t: material 然后材质就都出来了。 然后全部选定,把shader 改成Particle/Alp.....
分类:其他好文   时间:2014-06-28 10:49:41    阅读次数:215
材质与材质脚本
材质与材质脚本 一、基本概念 (一)Ogre的材质(Material) 为了优化渲染,必须把渲染状态的变化减少到最小。而最频繁的渲染状态改变是材料的变化(大多是纹理的变化)。 Ogre的Material类封装了物体的所有材料属性,类似于3D Studio中material的概念。平时不被认为是属于材...
分类:其他好文   时间:2014-06-25 23:49:37    阅读次数:327
LeetCode: Best Time to Buy and Sell Stock III [123]
【题目】 Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete at most two transactions. Note: You may not engage in multiple transactions at the same time (i...
分类:其他好文   时间:2014-06-24 23:28:43    阅读次数:223
[LeetCode]LRU Cache, 解题报告
题目 Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be positive) of the key...
分类:其他好文   时间:2014-06-24 22:45:43    阅读次数:202
IronCAD Design Collaboration Suite 2012 HF1 14.0 1DVD
IronCAD Design Collaboration Suite 2012 HF1 14.0 1DVDMentor.Graphics.O-in 3.0 Linux 1DVD Avid Media Composer 6.0.0 MacOSX 1DVD IBM.Rational.Requisitep...
分类:其他好文   时间:2014-06-24 20:46:53    阅读次数:258
LeetCode: Best Time to Buy and Sell Stock II [122]
【题目】 Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete as many transactions as you like (ie, buy one and sell one share of the stock multiple times). H...
分类:其他好文   时间:2014-06-24 19:40:53    阅读次数:240
poj 2777 Count Color
DescriptionChosen Problem Solving and Program design as an optional course, you are required to solve all kinds of problems. Here, we get a new proble...
分类:其他好文   时间:2014-06-24 09:58:37    阅读次数:236
poj 1007 Quoit Design(分治)
poj 1007 Quoit Design(分治)...
分类:其他好文   时间:2014-06-22 15:56:34    阅读次数:137
Unity3d流光效果
Material中纹理的属性都有Tiling和Offset,可以利用Offset做uv动画,从而完成各种有趣的动画,比如流光效果!流过效果即通常一条高光光在物体上划过,模拟高光移动照射物体的效果,之前是使用Shader每帧传递一个Offset值,修改高光纹理采样的uv,从而达到其效果。这样的敝处在于...
分类:其他好文   时间:2014-06-20 22:41:34    阅读次数:276
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!