Hi,

is it possible to change all aspects at once, e.g. for prototype modification.

Currently I use
GeometryPtr protoGeometry = GeometryPtr::dcast(Geometry::getClassType().getPrototype());
beginEditCP(protoGeometry);
protoGeometry->setDlistCache(false);
endEditCP(protoGeometry);
Geometry::getClassType().setPrototype(protoGeometry);

But that as usual just changes the aspect of the calling thread, right? Is it possible to change all aspects at once,
in a single threaded code section?

Thanks,
Christoph




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to