I am trying to learn GLScene to use in creating a 3D solid. I am using Delphi 10.1 Berlin, have installed the V1.5 components and have a simple form with GLScene and GLSceneViewer on the form. I have set up the camera and have a GLSphere in the viewer. I'm able to see the sphere and all seems to be Ok, until I try to compile the project. Then I get the error GLScene recursively uses itself. How can I fix that?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to learn GLScene to use in creating a 3D solid. I am using Delphi 10.1 Berlin, have installed the V1.5 components and have a simple form with GLScene and GLSceneViewer on the form. I have set up the camera and have a GLSphere in the viewer. I'm able to see the sphere and all seems to be Ok, until I try to compile the project. Then I get the error GLScene recursively uses itself. How can I fix that?
I found the problem.