I am having a bit of a problem getting the mipmapping feature working.
I am trying like following and getting no error, but it seems not to work! Image quality seems not to change.
Thanks for the reply.
I had that before and tested it again. Sure if min is the first and mag the second filter my code is wrong.
But with the changes it doesnt change anything. It again shows standard behaviour Do I have to update the image texture somehow or refresh it after aplying the filter? Maybe I am missing something there…
good hint. Got it working. Positioning of images is done with translation instead of setting a position vector directly with a method. Am i right or is there another way to position fboTextures?
I am having a strange Y offset. when drawing. The image seems to sit a bit to much in the negative y direction.
I am now trying to use the fbo addon inside an object. but i am only getting a white rect instead of my image.
Is that a known issue? I am setting everything like in the example which comes with the addon but in every object.
or mabe someone can tell me what it means when the drawn buffer is white. i tried to color it but had no sucess. no texture or different stuff can be drawn there…