码迷,mamicode.com
首页 >  
搜索关键字:material design    ( 6009个结果
DrawCall(一)
首先,DrawCall是渲染一次拥有同一网格并携带同一种材质的物体会使用一次DrawCall。 新建一个Material 1,Texture 为图片1,同样 再建一个Material 2,Texture为图片2。 ———————————— DrawCall:0 ———————————— 新建Cube1,拖入Material1 ———————————— Draw...
分类:其他好文   时间:2015-04-02 13:29:46    阅读次数:215
拟物设计和Angular的实现 - Material Design (持续更新)
[原文:拟物设计和Angular的实现](http://kb.skight.com/%E5%AE%A2%E6%88%B7%E7%AB%AF/%E6%8B%9F%E7%89%A9%E8%AE%BE%E8%AE%A1%20-%20Material%20Design.html) > Material Design是Google最新发布的跨平台统一视觉...
分类:其他好文   时间:2015-04-02 06:54:43    阅读次数:305
Ogre的材质创建和应用
Ogre材质的创建可以通过脚本或代码创建:层级 Material -〉technique -> pass -> texture_unit Ogre的材质具有动态的效果,提供有animation,rotate,scroll,mirror等效果 Ogre中的材质可以在mesh创建时指定材质,也可以在entiry创建时重新制定材质。...
分类:其他好文   时间:2015-04-01 23:47:49    阅读次数:254
HDU5120 Intersection 相交环面积 (2014北京现场赛)
链接:click here~~ 题意:求相交环面积 Matt is a big fan of logo design. Recently he falls in love with logo made up by rings. The following figures are some famous examples you may know. A ring is a...
分类:其他好文   时间:2015-04-01 17:48:38    阅读次数:142
23种设计模式之工厂方法模式
原文:http://www.codeceo.com/article/23-design-parttens-factory-partten.html定义:定义一个用于创建对象的接口,让子类决定实例化哪一个类,工厂方法使一个类的实例化延迟到其子类。类型:创建类模式类图:工厂方法模式代码interface...
分类:其他好文   时间:2015-04-01 13:11:26    阅读次数:122
23种设计模式之单例模式
原文:http://www.codeceo.com/article/23-design-parttens-single-partten.html定义:确保一个类只有一个实例,而且自行实例化并向整个系统提供这个实例。类型:创建类模式类图:类图知识点:1.类图分为三部分,依次是类名、属性、方法2.以>结...
分类:其他好文   时间:2015-04-01 12:56:09    阅读次数:87
The fundamental knowledge of Node JS.
D3 JSJava scirpt is an awesome language for Internface Design.All Obejcts in JavaScirpt could be used as an argument to pass around.Important Objects:...
分类:Web程序   时间:2015-04-01 07:00:19    阅读次数:252
软件的设计理念
Key Design Concepts 关键的设计概念 Managing complexity is the most important technical topic in software development. 管理的复杂性是软件开发中最重要的技术课题。 The goal of all software-design techniques is to break acomplica...
分类:其他好文   时间:2015-03-31 18:02:18    阅读次数:194
在线学习网址
http://news.cnblogs.com/n/517795/简书 http://www.jianshu.com/collections设计,网页设计与开发HOW Design University — 主要教授图像与交互设计。HTML Dog — 学习 HTML, CSS 和 JavaScri...
分类:其他好文   时间:2015-03-31 14:21:52    阅读次数:123
188. Best Time to Buy and Sell Stock IV Leetcode Python
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 k transactions. Note: You may no...
分类:编程语言   时间:2015-03-31 10:52:14    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!