I created a directory named C:\Sergio\Media where I put my media files to use iwith an actor object.
What should I write when using the declaration SetGLSceneMediaDir()in my code ?
In the sample In the sample GLScene\Samples\Delphi\Demos\meshes\skeletal I could not identify where to set the directory GLScene\Samples\media
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I created a directory named C:\Sergio\Media where I put my media files to use iwith an actor object.
What should I write when using the declaration SetGLSceneMediaDir()in my code ?
In the sample In the sample GLScene\Samples\Delphi\Demos\meshes\skeletal I could not identify where to set the directory GLScene\Samples\media
Hi Setgio simply just call
SetCurrentDir('C:\Sergio\Media');
in Form's FormCreate Event andDon't call SetGLSceneMediaDir.
Thanks Jerome I will do it . This is the usual way.