MikuMikuDance Chinese Tutorial
MikuMikuDdance的简介
Introduction of MikuMikuDdance
MikuMikuDance是日本人樋口优所开发,将VOCALOID2的初音未来等角色制作3D模组的免费软件。 简称为MMD。2011年9月11日,樋口优宣布停止MMD新版本的开发工作,并且樋口优本人也已隐退。
Miku Miku Dance is a free software for making 3D modules from roles such as VOCALOID2's MIKU, developed by Japan's Taguchi Institute of Excellence. Abbreviated as MMD. On September 11, 2011, Fankou Youyou announced that the development of a new version of MMD had been stopped, and Fankou Youyou himself had retired.
MMD中文系列教程导航
MMD Chinese Series Tutorial
MMD系列的入门教程一共录制过多个版本,现对每个版本讲述的内容进行大概的解释并且分类。
The introductory tutorials of the MMD series have been recorded in several versions. The contents of each version are roughly explained and categorized.
基于Ray-MMD渲染器从零开始学习MMD
这个教程是从零开始学习MMD的视频。教程讲述了软件的使用方式,素材如何去搜索与下载,材质怎么运用,光线与配色,视频的后期。
This tutorial is a video of learning MMD from scratch. The tutorial describes how the software is used, how the resources is searched and downloaded, how the material is used, light and color, and the video post-processing.
对于其他不同的渲染器在MMD中的使用
这个教程讲述了如何基础的使用G渲染器,T渲染器,A渲染器,NHCL3+C渲染器,NHCL2渲染器,Ikeno渲染器,Ray渲染器。
This tutorial shows how to use the G renderer, T renderer, A renderer, NHCL3+C renderer, NHCL2 renderer, Ikeno renderer, Ray renderer.
对于其他不同的渲染器的材质修改
这个教程讲述了如何在fx代码中修改G渲染器,T渲染器,A渲染器,NHCL3+C渲染器,NHCL2渲染器,Ikeno渲染器,Ray渲染器这些渲染器的代码修改模型材质效果。
This tutorial shows how to modify the G renderer, T renderer, A renderer, NHCL3+C renderer, NHCL2 renderer, Ikeno renderer, and Ray renderer code in the fx code to modify the model material effect.
MME的基本着色编写
这个教程讲述了基于DX9的API下,MME渲染模型的基本结构和代码。
This tutorial describes the basic structure and code of the MME rendering model based on the DX9 API.
MME的基本材质取样编写
这个教程讲述了在上一节的基础上使用采样器来给模型增加漫反射贴图。
This tutorial describes the use of a sampler to add a diffuse map to a model based on the previous section.
MME的基本法线阴影处理
这个教程讲述了在上一节的基础上,对模型的法线进行干扰来加强阴影的细节。
TBased on pervious section, we use Normal map to interference the model normal, to make shadows more detailed.