代码搜索:ms3d
找到约 13 项符合「ms3d」的源代码
代码结果 13
www.eeworm.com/read/211496/15179287
h loadmeshes.h
// ObjMesh_t.h: interface for the ObjMesh_t class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(_CGE_LOADMESHES_H_)
#define _CGE_LOADMESHES_H_
#if _M
www.eeworm.com/read/101085/15852860
h model.h
/////////////////////////////////////////////////////
// //
// This is a abstract model class for use with the //
// GMD, ms3d and MD2 formats. //
// //
//////
www.eeworm.com/read/398937/7908383
cpp xmodel.cpp
//--------------------------------------------------
// Desc: ms3d model node
// Author: artsylee/2007.3.23
//--------------------------------------------------
#include "XModel.h"
#include "
www.eeworm.com/read/398937/7908021
h ms3dmodel.h
//--------------------------------------------------
// Desc: ms3d model node
// Date: 2007.3.23 /update
// Author: artsylee
//
// Copyright (C) 2007 artsylee
//
//-------------------------
www.eeworm.com/read/398937/7908013
cpp ms3dmodel.cpp
//--------------------------------------------------
// Desc: ms3d model node
// Author: artsylee/2007.3.23
//--------------------------------------------------
#include "MS3DModel.h"
#includ
www.eeworm.com/read/398937/7908380
cpp ms3dloader.cpp
//--------------------------------------------------
// Desc: MS3D model Loader
// Author: artsylee/2007.3.6
//--------------------------------------------------
#include "Ms3dLoader.h"
#incl
www.eeworm.com/read/398937/7908193
h ms3dloader.h
//--------------------------------------------------
// Desc: MS3D model Loader
// Date: 2007.3.6 /update
// Author: artsylee
//
// Copyright (C) 2007 artsylee
//
// Info: only support one
www.eeworm.com/read/4011/22934
cpp ms3d.cpp
/*
Milkshape 3D Model Loading Class by Jim Adams
Milkshape 3D .ms3d file format:
Header
# Vertices
Vertex data
# Faces
Face data
# Groups
Group data
# M
www.eeworm.com/read/4011/23237
cpp ms3d.cpp
/*
Milkshape 3D Model Loading Class by Jim Adams
Milkshape 3D .ms3d file format:
Header
# Vertices
Vertex data
# Faces
Face data
# Groups
Group data
# M
www.eeworm.com/read/4011/22927
h ms3d.h
#ifndef _MS3D_H_
#define _MS3D_H_
#define NUMMS3DNAMES(x) (sizeof(x)/sizeof(char*)/2)
///////////////////////////////////////////////////////////
// Milkshape 3-D .MS3D file structures
//////