|
Hello all.
I’m importing a project from croquet 1.0 beta to croquet 1.0.18 and all
textures are appearing in a small frame rather then in their original size and
aspect ratio. This problem was not occurring with the previous version.
I’m using the following code.
pic := TTexture new initializeWithFileName: afile
mipmap: true
shrinkFit: false.
I have compared both class and didn’t found anything that could cause this
problem.
Any tips to import textures in their original size and aspect ratio?
Thanks all.
|