by
Published on 01-11-2010 08:30
Number of Views: 17133
TBGL provides the programmer with entity system, which allows definition of multiple kinds of types of entities. Sometimes we need to work with just group of entities and cast on them context specific action.
As the scene in TBGL can be composed of completely heterogeneous elements, this can become quite complicated task. We will take advantage of the fact any entity in TBGL can hold its custom user data, defined by programmer. By marking the user data with custom signature, we can easily determine which entities have something in common.
This article explains what data signature is, how to specify it and how to use it for comfortable handling of objects in the scene.
...
WebHelp or thinbasic.chm
Thread Starter: Joe CaverlyThe thinBasic web help seems more up-to-date than the thinbasic.chm file. I've used the HTTrack Website Copier to create a local copy of the...
Last Post By: ErosOlmi Today, 14:02