Guest User

Untitled

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