by
Published on 01-10-2010 07:30
Number of Views: 14555
ThinBasic module for accelerated graphics, TBGL, offers multiple ways to represent the scene. The most straightforward one is often referenced as entity system.
Entity system allows organization of various kinds of entities in scenes. Programmers can define “solid” objects using geometric primitives, m15 models or display lists and specify their relationship. This is enough for most typical applications, but what to do when the programmer want to use different kinds of objects.
The answer is – use the function slot entity.
...
How to prevent running same script more than once?
Thread Starter: TheInsiderI need my script to run as 'single instance' (Meaning it will end if the same script is already running), but my search for a simple way is coming up...
Last Post By: ErosOlmi 16-06-2025, 14:59