HomeSort by relevance Sort by last modified time
    Searched full:technique (Results 26 - 50 of 492) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/
SimpleWater.j3md 20 Technique {
32 Technique FixedFunc {
Water.j3md 50 Technique {
70 Technique {
88 Technique FixedFunc {
  /external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
Terrain.j3md 17 Technique {
30 Technique FixedFunc {
HeightBasedTerrain.j3md 27 Technique {
38 Technique FixedFunc {
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/
SolidColor.j3md 14 Technique {
27 Technique FixedFunc {
30 Technique Glow {
Unshaded.j3md 16 Technique {
33 Technique PreNormalPass {
51 Technique Glow {
67 Technique FixedFunc {
SimpleTextured.j3md 13 Technique {
29 Technique FixedFunc {
WireColor.j3md 9 Technique {
29 Technique FixedFunc {
Particle.j3md 18 Technique {
43 Technique {
65 Technique SoftParticles{
87 Technique FixedFunc {
95 Technique Glow {
VertexColor.j3md 5 Technique {
  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/SSAO/
ssao.j3md 19 Technique {
35 Technique {
49 Technique FixedFunc {
ssaoBlur.j3md 16 Technique {
34 Technique {
55 Technique FixedFunc {
  /frameworks/base/tests/RenderScriptTests/SceneGraph/assets/
orientation_test.dae 28 <technique profile="OpenCOLLADAMaya">
37 </technique>
52 <technique profile="OpenCOLLADAMaya">
61 </technique>
104 <technique sid="common">
115 <technique profile="OpenCOLLADAMaya">
135 </technique>
146 </technique>
161 <technique sid="common">
172 <technique profile="OpenCOLLADAMaya"
    [all...]
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Shadow/
PostShadow.j3md 8 Technique {
PreShadow.j3md 2 Technique {
PostShadowPSSM.j3md 23 Technique {
43 Technique {
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
UnshadedArray.j3md 16 Technique {
33 Technique PreNormalPass {
51 Technique Glow {
67 Technique FixedFunc {
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Technique.java 44 * Represents a technique instance.
46 public class Technique implements Savable {
48 private static final Logger logger = Logger.getLogger(Technique.class.getName());
57 * Creates a new technique instance that implements the given
58 * technique definition.
60 * @param owner The material that will own this technique
61 * @param def The technique definition being implemented.
63 public Technique(Material owner, TechniqueDef def) {
75 public Technique() {
79 * Returns the technique definition that is implemented by this techniqu
    [all...]
MatParamTexture.java 44 public void apply(Renderer r, Technique technique) {
45 TechniqueDef techDef = technique.getDef();
48 technique.updateUniformParam(getPrefixedName(), getVarType(), getUnit(), true);
MaterialDef.java 153 * Adds a new technique definition to this material definition.
155 * If the technique name is "Default", it will be added
158 * @param technique The technique definition to add.
160 public void addTechniqueDef(TechniqueDef technique){
161 if (technique.getName().equals("Default")){
162 defaultTechs.add(technique);
164 techniques.put(technique.getName(), technique); local
178 * Returns a technique definition with the given name
    [all...]
TechniqueDef.java 48 * Describes a technique definition.
116 * Creates a new technique definition.
120 * @param name The name of the technique, should be set to <code>null</code>
134 * Returns the name of this technique as specified in the J3MD file.
137 * @return the name of this technique
183 * Returns the render state that this technique is using
184 * @return the render state that this technique is using
192 * Sets the render state that this technique is using.
194 * @param renderState the render state that this technique is using.
203 * Returns true if this technique uses shaders, false otherwise
    [all...]
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Hdr/
LogLum.j3md 14 Technique {
ToneMap.j3md 11 Technique {
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
Deferred.j3md 34 Technique {
58 Technique FixedFunc {
  /external/stlport/test/compiler/
ttei7.cpp 13 * the rebind member template class technique (!_STLP_DONT_SUPPORT_REBIND_MEMBER_TEMPLATE)

Completed in 433 milliseconds

12 3 4 5 6 7 8 91011>>