My request was about the HUD Sprite of axis origins (tree arrows), which draw a gray border around the arrows objects instead to be full transparency.
I've tried to add an Axis origin using the HUD Sprite but the axes arrows show always a grey ghost in the borders (see screenshot.png image). There is a reasonable reason why this happen ? Thank you for any suggestion. PS: use mouse wheel to zoom +/- in the attached sample
I've tried to add an Axis origin using the HUD Sprite but the axes arrows show always a grey ghost in the borders (see screenshot.png image). There is a reasonable reason why this happen ? Thank you for any suggestion.
TGLCylinder and TGLAnnulus are in GLS.GeomObjects.pas
You simply add a new field Stings: TStringList to base object TGLBaseSceneObject. Remember to add it to Assign method. If you use it only via code (not IDE designer) you can leave the original GLS.Scene.pas in libarry sources, copy the file in your project folder, add new property Strings to TGLBaseSceneObject end add property, Assign, etc and add the GLS.Scene in your project sources. In this way you don't touch original source code but your project will use a "fucked" code sources with new Strings...
You simply add a new field Stings: TStringList to base object TGLBaseSceneObject. Remember to add it to Assign method. If you use it only via code (not IDE designer) you can leave the original GLS.Scene.pas in libarry sources, copy the file in your project folder, add new property Strings to TGLBaseSceneObject end add property, Assign, etc and add the GLS.Scene in your project sources. In this way you don't touch original source code but your project will use a "fucked" code sources with new Strings...
You simply add a new field Stings: TStringList to base object TGLBaseSceneObject. Remember to add it to Assign method. If you use it only via code (not IDE designer) you can leave the original GLS.Scene.pas in libarry sources, copy the file in your project folder, add new property Strings to TGLBaseSceneObject end add property, Assign, etc and add the GLS.Scene in your project sources. In this way you don't touch original source code but your project will use a "fucked" code sources with new Strings...
You simply add a new field Stings: TStringList to base object TGLBaseSceneObject. Remember to add it to Assign method. If you use it only via code (not IDE designer) you can leave the original GLS.Scene.pas in libarry sources, copy the file in your project folder, add new property Strings to TGLBaseSceneObject end add property, Assign, etc and add the GLS.Scene in your project sources. In this way you don't touch original source code but your project will use a "fucked" code sources with new Strings...