Topic: how delete a 3D Object on the scene using SDK ?

Hi, the question is in the title wink

Re: how delete a 3D Object on the scene using SDK ?

Hi,
using the scene :

scene->deleteObject(object);

Re: how delete a 3D Object on the scene using SDK ?

can I use this everywhere or just in the game class ?

Re: how delete a 3D Object on the scene using SDK ?

try to use it only in the game class update, after or before everything is calculated.

Re: how delete a 3D Object on the scene using SDK ?

Ok, I will try, thanks wink