Posted November 29, 201311 yr Hi! I tried using the AML and the ISBRH, but then it crashes into this error: http://hastebin.com/nakivexopi.avrasm to render the Mode i use ICustomModel (which was from AML load model) .drawAll(); Help?
November 29, 201311 yr Hi The caller has already called Tessellator.startDrawingQuads before your IBSRH is called. And it will call Tessellator.draw() afterwards. So if you add Tessellator.instance.draw() to the start of your IBSRH method, and Tessellator.instance.startDrawingQuads() to the end of your IBSRH, I think it will solve your problem. -TGG
November 30, 201311 yr Author hm, doesnt crash now, but doesnt draw either... adding translation manually also doesnt fix that
November 30, 201311 yr Hi unfortunately I've never used AML so I'm kind of stuck there. The caller has set up the coordinates so that you should draw the block from [x,y,z] to [x+1, y+1, z+1]. But it sounds like you're doing that already? -TGG
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.