OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PT_STRIP
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
PrimitiveGroup.java
41
public static final int
PT_STRIP
= 1;
49
type =
PT_STRIP
;
55
case
PT_STRIP
: return "strip";
66
if ( type !=
PT_STRIP
)
TriStrip.java
225
primGroupArray[stripCtr].type = PrimitiveGroup.
PT_STRIP
;
Completed in 408 milliseconds