OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:batchhint
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java
101
public enum
BatchHint
{
123
protected
BatchHint
batchHint
=
BatchHint
.Inherit;
1030
public
BatchHint
getBatchHint() {
1031
if (
batchHint
!=
BatchHint
.Inherit) {
1032
return
batchHint
;
1036
return
BatchHint
.Always;
[
all
...]
BatchNode.java
232
if (!isBatch(n) && n.getBatchHint() !=
BatchHint
.Never) {
Completed in 62 milliseconds