JoshEngebretson
JoshEngebretson
0 for id, replicated for mode https://github.com/AtomicGameEngine/AtomicGameEngine/blob/master/Source/Atomic/Scene/Node.h#L548
Prefabs use XMLFile right now with a string attr: ACCESSOR_ATTRIBUTE("PrefabGUID", GetPrefabGUID, SetPrefabGUID, String, String::EMPTY, AM_FILE | AM_NOEDIT); This should instead be a ResourceRef
Drag starts should require moving from the initial mouse down x/y by some delta, there may already be a delta, needs to be bigger in that case
This is a big topic, we're currently using [assimp](http://www.assimp.org/), which is good at some formats (mostly DAE), though is "not great" with FBX (there are a number of reasons for...
https://github.com/AtomicGameEngine/AtomicGameEngine/blob/master/Source/Atomic/Resource/ResourceCache.h#L159
There are a number of assimp file importers which take awhile to compile, however will never be used
Need to specify a common separator skin for usage in player https://github.com/AtomicGameEngine/AtomicGameEngine/blob/master/Source/Atomic/UI/UIMenubar.cpp#L228
Zone.ambientColor = [0,0,0,0]; console.log(Zone.ambientColor); Prints [0, 0, 0, 1]