Searched defs:technique (Results 1 – 5 of 5) sorted by relevance
160 public void addTechniqueDef(TechniqueDef technique){ in addTechniqueDef()164 techniques.put(technique.getName(), technique); in addTechniqueDef() local
44 public void apply(Renderer r, Technique technique) { in apply()
144 void apply(Renderer r, Technique technique) { in apply()
91 private Technique technique; field in Material
66 private TechniqueDef technique; field in J3MLoader