
Hi, I am implementing a plugin to toggle the display of some default meshes. In my program, I want to save the ID for each mesh filename. Is there a NoID value that I can save to indicate that the mesh is not yet loaded or has been unloaded? Best, Waqar

On 21.11.2013 23:25, Waqar Saleem wrote:
Hi,
I am implementing a plugin to toggle the display of some default meshes. In my program, I want to save the ID for each mesh filename. Is there a NoID value that I can save to indicate that the mesh is not yet loaded or has been unloaded?
Best,
Waqar
_______________________________________________ Openflipper mailing list Openflipper@lists.rwth-aachen.de http://mailman.rwth-aachen.de/mailman/listinfo/openflipper
Hi, there was no value for that. I added it to the BaseObject. You can now use BaseObject::NOOBJECT ( which maps to -1 ). All getObject functions return this, if the object does not exist. Best, Jan Möbius -- Dipl.Inform. Jan Möbius Department of Computer Science VIII Aachen University of Technology (RWTH) Ahornstrasse 55, 52074 Aachen, Germany Phone ++49 (0)241 80-21802 Fax ++49 (0)241 80-22899 mailto:moebius@cs.rwth-aachen.de http://www.rwth-graphics.de
participants (2)
-
Jan Möbius
-
Waqar Saleem