ImportSceneMesh.cpp
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:1k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. #include "StdAfx.h"
  2. #include ".importscenemesh.h"
  3. ImportSceneMesh::ImportSceneMesh(void)
  4. {
  5. }
  6. ImportSceneMesh::ImportSceneMesh(CString meshfilename,float px,float py,float pz,
  7. float pitchddd,float rollddd,float yawddd,
  8. float scalex,float scaley,float scalez)
  9. {
  10. this->meshfilenameddd=meshfilename;
  11. this->pitchddd=pitchddd;
  12. this->pxddd=px;
  13. this->pyddd=py;
  14. this->pzddd=pz;
  15. this->rollddd=rollddd;
  16. this->scalex=scalex;
  17. this->scaley=scaley;
  18. this->scalez=scalez;
  19. this->yawddd=yawddd;
  20. }
  21. ImportSceneMesh::~ImportSceneMesh(void)
  22. {
  23. }