Searched refs:putArrow (Results 1 – 1 of 1) sorted by relevance
63 public void putArrow(Vector3f pos, Vector3f dir, ColorRGBA color){ in putArrow() method in TestDebugShapes86 putArrow(Vector3f.ZERO, Vector3f.UNIT_X, ColorRGBA.Red); in simpleInitApp()87 putArrow(Vector3f.ZERO, Vector3f.UNIT_Y, ColorRGBA.Green); in simpleInitApp()88 putArrow(Vector3f.ZERO, Vector3f.UNIT_Z, ColorRGBA.Blue); in simpleInitApp()