when I use FrameBuffer.getOutputBuffer(), I get the exception as following:
java.lang.NullPointerException
at java.lang.System.arraycopy(Native Method)
at com.threed.jpct.FrameBuffer.getOutputBuffer(Unknown Source)
While when I use the old version, it works.
is it a bug?
java.lang.NullPointerException
at java.lang.System.arraycopy(Native Method)
at com.threed.jpct.FrameBuffer.getOutputBuffer(Unknown Source)
While when I use the old version, it works.
is it a bug?