alexi Posted October 15, 2011 Share Posted October 15, 2011 Hi, I have just been following this leadwerks tutorial to load a scene http://www.leadwerks.com/files/Tutorials/CPP/Loading_A_Scene.pdf In order to enable the lighting it says to add "ProcessScene.h" to the project. Where is "ProcessScene.h" located? Thanks, Alex Quote Link to comment Share on other sites More sharing options...
Canardia Posted October 15, 2011 Share Posted October 15, 2011 It's old information. You don't need ProcessScene.h to enable lights anymore. Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
alexi Posted October 15, 2011 Author Share Posted October 15, 2011 It's old information. You don't need ProcessScene.h to enable lights anymore. Ok thanks, is there any good tutorials for the latest version of leadwerks around? Quote Link to comment Share on other sites More sharing options...
Canardia Posted October 15, 2011 Share Posted October 15, 2011 The tutorials still work with the latest engine version, but you don't need ProcessScene.h, since LoadScene() is enough. Also, you don't need to use CreateWorld(), CreateBuffer(), UpdateWorld(), RenderWorld(), RenderLights(), but you can use the easier CreateFramework(), UpdateFramework(), RenderFramework() instead. Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■ Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.