Lines Matching refs:shootables
57 Node shootables;
66 shootables = new Node("Shootables");
67 rootNode.attachChild(shootables);
68 shootables.attachChild(makeCube("a Dragon", -2f, 0f, 1f));
69 shootables.attachChild(makeCube("a tin can", 1f, -2f, 0f));
70 shootables.attachChild(makeCube("the Sheriff", 0f, 1f, -2f));
71 shootables.attachChild(makeCube("the Deputy", 1f, 0f, -4f));
72 shootables.attachChild(makeFloor());
73 shootables.attachChild(makeCharacter());
84 shootables.collideWith(ray, results);