When I update a texture on TGLFreeForm by FreeForm.Material.Texture.Image.GetBitmap32(0).assign .
I can see it as follows.
But my friend see it as follows.
He used it on Windows XP Home Edition (5.1, Build 2600) Service Pack 3 32bit.
He used Catalyst 10.5 on Redeon5770.
When he use Catalyst 10.4, he can see the same as me.
Please help me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I update a texture on TGLFreeForm by FreeForm.Material.Texture.Image.GetBitmap32(0).assign .
I can see it as follows.
But my friend see it as follows.
He used it on Windows XP Home Edition (5.1, Build 2600) Service Pack 3 32bit.
He used Catalyst 10.5 on Redeon5770.
When he use Catalyst 10.4, he can see the same as me.
Please help me.
Just add to FreeForm.ObjectStyle a osDirectDraw
With Catalyst 10.5 display list drawing have strage texture coordinates bug.
Thank you yarunderoaker.
I added to FreeForm.ObjectStyle a osDirectDraw on OnFormCreate Event.
And My friend tells me the problem was fixed.