Ogre材质的创建可以通过脚本或代码创建:层级 Material -〉technique -> pass -> texture_unit
Ogre的材质具有动态的效果,提供有animation,rotate,scroll,mirror等效果
Ogre中的材质可以在mesh创建时指定材质,也可以在entiry创建时重新制定材质。...
分类:
其他好文 时间:
2015-04-01 23:47:49
阅读次数:
254
题目链接:点击打开链接
MYQ10 - Mirror Number
A number is called a Mirror number if on lateral inversion, it gives the same number i.e it looks the same in a mirror. For example 101 is a mirror number whi...
分类:
其他好文 时间:
2015-04-01 00:28:20
阅读次数:
196
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:
其他好文 时间:
2015-03-29 00:30:42
阅读次数:
154
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree is symmetric:
1
/ 2 2
/ \ / 3 4 4 3
But the fo...
分类:
其他好文 时间:
2015-03-28 11:34:30
阅读次数:
102
putty套件下载地址:http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html一些流行的linux发行版本:http://mirror.symnds.com/
分类:
系统相关 时间:
2015-03-20 22:11:55
阅读次数:
225
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was14: PYCURL ERROR 6 - "Couldn't resolve host 'mirror...
分类:
其他好文 时间:
2015-03-20 12:22:01
阅读次数:
111
rpm -q gcc 查看c语言编译器是否已经安装在浏览器输入:http://mirror.bit.edu.cn/apache/httpd/下载2.2.29这个包cd ~ 回到root目录ls 查看当前目录所有文件tar -xjf httpd-2.2.29.tar.bz2 解压缩httpd这个文件l...
分类:
系统相关 时间:
2015-03-19 23:44:28
阅读次数:
258
在生产环境上经常遇到诸如/dev/mapper/VolGroup-lv_root、/dev/mapper/VolGroup-lv_home等字样的磁盘卷标,这实际上是逻辑卷(虚拟磁盘)今天刚好学习了这块,总结了一下分享给大家,以免日后遇到这种逻辑卷管理起来遇到问题。先说几个名词:LVM(Lo...
分类:
系统相关 时间:
2015-03-19 23:40:19
阅读次数:
308
物理卷:pv/dev/sdb1/dev/sdb2卷组:vgpv的集合逻辑卷:lvvg中划分出来的逻辑磁盘先fdisk/dev/sdbA:按n划分为sdb1sdb2sdb3B:按t更改id为8eC:按w保存一:创建物理卷:pvcreatefirst_pv/dev/sdb1pvdisplay或pvscan:查看pv二:创建并查询卷组:vgcreatevgdata/dev/sdb1#把sdb1物理..
分类:
系统相关 时间:
2015-03-19 06:36:51
阅读次数:
198
最近在使用yum方式安装perl-DBD-MySQL时碰到了Temporary failure in name resolution,Trying other mirror。即命名解析失败,尝试使用其它镜像。由于本机为最近安装的新服务器,下面是这个问题的现象描述及处理过程。1、故障现象###当前环境[root@GZDB ~]# cat /etc/issueCentOS release 5.11...
分类:
其他好文 时间:
2015-03-18 09:01:35
阅读次数:
282