代码搜索:mesh
找到约 4,765 项符合「mesh」的源代码
代码结果 4,765
www.eeworm.com/read/331815/3402543
as mesh.as
package away3d.core.base
{
import away3d.core.*;
import away3d.core.draw.*;
import away3d.core.math.*;
import away3d.core.render.*;
import away3d.core.utils.*;
import away3d.e
www.eeworm.com/read/186875/8898414
h mesh.h
#ifndef MESH
#define MESH
class Mesh{
public:
int vertexN;
int faceN;
float (*vertex)[3];
int (*face)[3];
void setSize(int vN, int fN){
vertexN = vN;
faceN = fN;
www.eeworm.com/read/284534/8920797
jpg mesh.jpg
www.eeworm.com/read/284534/8920804
cpp mesh.cpp
//=============================================================================
// Desc: 文件网格模型的使用
//=============================================================================
#include
www.eeworm.com/read/381238/9101029
mat mesh.mat
www.eeworm.com/read/282090/9120136
c mesh.c
#include "qbsp.h"
/*
===============================================================
MESH SUBDIVISION
===============================================================
*/
int origina
www.eeworm.com/read/282090/9120146
mesh 3.mesh
www.eeworm.com/read/282090/9120202
bak mesh.bak
#include "qbsp.h"
/*
===============================================================
MESH SUBDIVISION
===============================================================
*/
int origina
www.eeworm.com/read/282090/9120273
h mesh.h
// mesh.h
typedef struct {
int width, height;
drawVert_t *verts;
} mesh_t;
#define MAX_EXPANDED_AXIS 128
extern int originalWidths[MAX_EXPANDED_AXIS];
extern int originalHeights[