OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mesh1
(Results
1 - 3
of
3
) sorted by null
/external/jmonkeyengine/engine/src/test/jme3test/collision/
TestTriangleCollision.java
64
Mesh
mesh1
= new Box(0.5f, 0.5f, 0.5f);
local
65
geom1 = new Geometry("Box",
mesh1
);
/external/skia/third_party/glu/libtess/
mesh.h
239
* __gl_meshUnion(
mesh1
, mesh2 ) forms the union of all structures in
263
GLUmesh *__gl_meshUnion( GLUmesh *
mesh1
, GLUmesh *mesh2 );
mesh.c
650
/* __gl_meshUnion(
mesh1
, mesh2 ) forms the union of all structures in
653
GLUmesh *__gl_meshUnion( GLUmesh *
mesh1
, GLUmesh *mesh2 )
655
GLUface *f1 = &
mesh1
->fHead;
656
GLUvertex *v1 = &
mesh1
->vHead;
657
GLUhalfEdge *e1 = &
mesh1
->eHead;
662
/* Add the faces, vertices, and edges of mesh2 to those of
mesh1
*/
685
return
mesh1
;
Completed in 320 milliseconds