예제 #1
0
 private ModelState getCachedState(ModelVisitor visitor, Model model, float dist_squared) {
   ElementRenderState state = doGetCachedState();
   state.setup(visitor, model, dist_squared);
   return state;
 }
예제 #2
0
 private ModelState getCachedState(ModelVisitor visitor, Model model) {
   ElementRenderState state = doGetCachedState();
   state.setup(visitor, model);
   return state;
 }