Soldtodie Posted May 30, 2015 Posted May 30, 2015 Does anyone else know a method for draw a object. (No bounding box)
Khaleesi Posted May 30, 2015 Posted May 30, 2015 ya I saw this too I draws all triangles 1 by 1 ... Didn't found antother way so I removed out of my scripts. 1
Czar Posted May 30, 2015 Posted May 30, 2015 (edited) Ever since they replaced the model triangulation code (?), models are shown like that. The only solution is to draw the tile under it I guess :L Edited May 30, 2015 by Czar 1
Precise Posted May 30, 2015 Posted May 30, 2015 but the weird thing is, entity debugger is works.... so there must be another method
Soldtodie Posted May 30, 2015 Author Posted May 30, 2015 (edited) GraphicsUtilities#drawModel? Thanks this works: GraphicUtilities.getModelArea Solved! Vote for close Edited May 30, 2015 by Soldtodie