纹理贴图(texture mapping)将图像数据映射到三角形网格上,使场景更具真实感。1.纹理结构struct Texture{ //材质名(唯一) std::string Name; ...
確定! 回上一頁