Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - anonymous_reality

Pages: [1]
1
Support / Re: drawWireframe() - only drawing top-left quarter
« on: May 29, 2012, 03:40:30 pm »
Thanks, it's not really an important issue, I won't be using wireframe other than for testing.

Strangely, the first draw of the WF is fine, it's only once I start moving the camera that it goes wonky. I'll give your suggestion a go!

2
Support / Re: drawWireframe() - only drawing top-left quarter
« on: May 22, 2012, 01:33:43 pm »
The software renderer.

3
Support / drawWireframe() - only drawing top-left quarter
« on: May 22, 2012, 01:18:50 pm »
I'm having a problem with drawWireframe(). It's not really an important issue, but it's a weird one.

When using drawWireframe(), the first draw is fine, but any subsequent drawing (like after moving my camera), it's only drawing to the top-left quarter of the frameBuffer (or the buffer is only drawing the top-left quarter to the Graphics object, not sure which).

Drawing normally, (i.e. draw()) is fine.

Any idea why? Is there something I need to do in the setup that you wouldn't normally do?

Pages: [1]