Hi.
I convert a game from delphi and ever that I need execute the code the compiler return the bug Error: identifier idents no member "Cameras".
The line that have the error is GoalScene.Cameras.AddNewChild(TGLCamera);.
uses
Windows, SysUtils, Classes, Controls, Forms,
GLScene, StdCtrls, Dialogs, Menus, IniFiles, ImgList,
{GLWin32Viewer, GLMisc,} GLObjects, ComCtrls, Graphics,
ExtCtrls, ToolWin, FileUtil, Shellapi, Field, HTTPSend, GLLCLViewer;
public
{ Public declarations }
PlayField1:TPlayField;
GoalScene:TGLScene;
(...)
I wait that someone help me.