HomeSort by relevance Sort by last modified time
    Searched refs:materials (Results 1 - 25 of 946) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
IAlphaMask.java 1 package com.jme3.scene.plugins.blender.materials;
  /external/jmonkeyengine/engine/src/blender/com/jme3/asset/
BlenderKey.java 14 * documentation and/or other materials provided with the distribution.
477 int MATERIALS = 0x00000003;
496 /** Materials from all objects. */
497 private List<Material> materials; field in class:BlenderKey.LoadingResults
520 if ((featuresToLoad & FeaturesToLoad.MATERIALS) != 0) {
521 materials = new ArrayList<Material>();
575 if (materials != null) {
576 materials.add(material);
631 * This method returns all loaded materials.
632 * @return all loaded materials
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
MeshHelper.java 14 * documentation and/or other materials provided with the distribution.
61 import com.jme3.scene.plugins.blender.materials.MaterialContext;
62 import com.jme3.scene.plugins.blender.materials.MaterialHelper;
267 // reading materials
269 Material[] materials = null; local
271 if ((blenderContext.getBlenderKey().getFeaturesToLoad() & FeaturesToLoad.MATERIALS) != 0) {
272 materials = materialHelper.getMaterials(structure, blenderContext);
273 nonTexturedMaterials = materials == null ? null : new Material[materials.length];// fill it when needed
342 if (materials != null) {
    [all...]
  /external/chromium/android/
generateAndroidForwardingHeader.pl 12 # documentation and/or other materials provided with the distribution.
41 * documentation and/or other materials provided with the distribution.
  /external/v8/samples/
count-hosts.js 10 // disclaimer in the documentation and/or other materials provided
  /external/v8/test/message/
overwritten-builtins.js 10 // disclaimer in the documentation and/or other materials provided
try-catch-finally-no-message.js 10 // disclaimer in the documentation and/or other materials provided
try-catch-finally-return-in-finally.js 10 // disclaimer in the documentation and/or other materials provided
try-finally-return-in-finally.js 10 // disclaimer in the documentation and/or other materials provided
  /external/v8/test/message/regress/
regress-1527.js 10 // disclaimer in the documentation and/or other materials provided
  /external/v8/test/mjsunit/
api-call-after-bypassed-exception.js 10 // disclaimer in the documentation and/or other materials provided
apply-arguments-gc-safepoint.js 10 // disclaimer in the documentation and/or other materials provided
arguments-indirect.js 10 // disclaimer in the documentation and/or other materials provided
ascii-regexp-subject.js 10 // disclaimer in the documentation and/or other materials provided
binary-operation-overwrite.js 10 // disclaimer in the documentation and/or other materials provided
bitwise-operations-undefined.js 10 // disclaimer in the documentation and/or other materials provided
body-not-visible.js 10 // disclaimer in the documentation and/or other materials provided
call-non-function-call.js 10 // disclaimer in the documentation and/or other materials provided
closure.js 10 // disclaimer in the documentation and/or other materials provided
closures.js 10 // disclaimer in the documentation and/or other materials provided
  /external/v8/test/mjsunit/bugs/
bug-617.js 10 // disclaimer in the documentation and/or other materials provided
  /external/v8/test/mjsunit/compiler/
alloc-number.js 10 // disclaimer in the documentation and/or other materials provided
call-keyed.js 10 // disclaimer in the documentation and/or other materials provided
complex-for-in.js 10 // disclaimer in the documentation and/or other materials provided
control-flow-0.js 10 // disclaimer in the documentation and/or other materials provided

Completed in 191 milliseconds

1 2 3 4 5 6 7 8 91011>>