Guest User

Untitled

a guest
Nov 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public void onRepaint(Graphics g1) {
  2. Npc Lob_Spot = Npcs.getNearest(324);
  3. if (Lob_Spot != null)
  4. for(Polygon spot: Lob_Spot.getModel().getTriangles())
  5. g1.drawPolygon(spot);
  6. g1.fillPolygon(spot);
Add Comment
Please, Sign In to add comment