On Oct 18, 2013, at 3:20 PM, Jari Kahelin <
kaheli...@gmail.com> wrote:
> I'm pretty new to realXtend and virtual world platforms generally. I started in a research project short time ago which relates to usage of semantic data in virtual world platforms. Reading through the realXtend documentation and testing the platform myself, it seems that there is not a way to add metadata to the objects nor reflect the relationships between the objects.
In Tundra you can add arbitrary data to objects easily using the DynamicComponent component type,
http://doc.meshmoon.com/doxygen/webrocket/classes/tundra.EC_DynamicComponent.html
For a specific type of custom data you can also create a new EC type and define a static set of attributes for that. This is currently only possibly with C++ code but perhaps in the future we'll provide easier means for that too (like just declaring the type with a JSON declaration or via some JS API).
> Jari
~Toni