ImportSceneMesh.cpp
资源名称:3dwind2.0.rar [点击查看]
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:1k
源码类别:
游戏引擎
开发平台:
Visual C++
- #include "StdAfx.h"
- #include ".importscenemesh.h"
- ImportSceneMesh::ImportSceneMesh(void)
- {
- }
- ImportSceneMesh::ImportSceneMesh(CString meshfilename,float px,float py,float pz,
- float pitchddd,float rollddd,float yawddd,
- float scalex,float scaley,float scalez)
- {
- this->meshfilenameddd=meshfilename;
- this->pitchddd=pitchddd;
- this->pxddd=px;
- this->pyddd=py;
- this->pzddd=pz;
- this->rollddd=rollddd;
- this->scalex=scalex;
- this->scaley=scaley;
- this->scalez=scalez;
- this->yawddd=yawddd;
- }
- ImportSceneMesh::~ImportSceneMesh(void)
- {
- }