Lines Matching defs:wireframe
59 * The first is wireframe mode. Here you can see the underlying trianglestrip structure.
61 * trianglestrip. They are only noticeable in wireframe mode.
78 boolean wireframe = false;
133 // WIREFRAME material
180 hintText.setText("Hit T to switch to wireframe, P to switch to tri-planar texturing");
186 inputManager.addMapping("wireframe", new KeyTrigger(KeyInput.KEY_T));
187 inputManager.addListener(actionListener, "wireframe");
194 if (name.equals("wireframe") && !pressed) {
195 wireframe = !wireframe;
196 if (!wireframe) {