omegalib
omegalib copied to clipboard
A hybrid visualization framework for desktops, large immersive displays and the web
When referencing a StaticObject's textures, ImageUtils::loadImage appends the path twice: ``` !!! ImageUtils::loadImage: could not load D:/Dropbox/Classes/GRAD/UIC/Fall2016/OmegaLibWarmup/OmegaLibWarmup/MODELS\D:\Dropbox\Classes\GRAD\UIC\Fall2016\OmegaLibWarmup\OmegaLibWarmup\MODELS\MINI+cooper+ani\material_15.jpg: file not found. Error reading file D:/Dropbox/Classes/GRAD/UIC/Fall2016/OmegaLibWarmup/OmegaLibWarmup/MODELS\D:\Dropbox\Classes\GRAD\UIC\Fall2016\OmegaLibWarmup\OmegaLibWarmup\MODELS\MINI+cooper+ani\material_15.jpg: file not found ``` StaticObject /...
Example code from [addSelectionListener()](https://github.com/uic-evl/omegalib/wiki/Callbacks#addselectionlistenernode-cmd) and [addVisibilityListener()](https://github.com/uic-evl/omegalib/wiki/Callbacks#addvisibilitylistenernode-cmd) segfaults. Looks like it's because of code in `src/omega/omegaPythonApi.cpp`: `SceneNode* node = (SceneNode*)PyCapsule_GetPointer(pyNode, "node");` This evaluates to NULL regardless of pyNode type. This then...
first widget is in bottom, and last widget is in front, so handle event need to trans events from last widget to first widget.
- document basics on module installation (omega add) - module cmakelists commands - module pack file save cur page as _v6-Omegalib-modules
### When trying to build with this command: omega get master cyclops, I encountered these errors: [ 2%] Built target omicron [ 55%] Built target FreeImage [ 60%] Built target...
Many Linux distros (eg CentOS 7.x) still ship with an old cmake 2.8 as default and the latest CMakeModules.txt updates use cmake 3.x functions, which cause strange errors to be...
We use displays which expect separate LEFT and RIGHT video signals, which are rendered on separate graphics cards. Ideally, it would be nice to add a tag to the tile...
The 'OAV' module assumes that the system include path already contains the 'libavcodec/avcodec.h' and related headers, and offers no CMAKE build option to override the FFMPEG_INCLUDE path. Attempting to set...
When invoked from the command line with a specific config, like so: ./orun -c ../../system/test-multinode.cfg The launch commands that get generated assume that the default.cfg is going to be used,...