
unity
CodeCreator1818
每天向前一小步
展开
-
movie纹理(待补充)
movie纹理是视频文件中产生的一系列动画纹理,用户可以向平常资源一样将其放在Asset资源文件夹中进行导入。movie纹理是通过Apple Quick Time导入的,因此凡是Quick Time支持的格式,movie纹理都支持:.mov,.mpg,.mpeg,.mp4,.avi,.asf等当一个视频文件添加的到项目中时,它会自动输入并被unity转换为Ogg Theora格式,然后像普通纹理原创 2016-07-22 22:10:23 · 301 阅读 · 0 评论 -
unity - lights
unity - lightsjust like the real world ,in unity, we use lights to illuminate(照亮) our scenes. without lights nothing would be visible to the camera in our scene. Broadly(广义上) there are two types of lig原创 2016-12-16 21:34:09 · 364 阅读 · 0 评论