iridescence icon indicating copy to clipboard operation
iridescence copied to clipboard

3D visualization library for rapid prototyping of 3D algorithms

Results 24 iridescence issues
Sort by recently updated
recently updated
newest added

Thanks for providing this great repository! I want to use on docker whitout gpu. This PR: - Added option to urun whitout gpu in run.sh

Hi, thanks for open source this great library. The docking between the viewports have no issue. May I know how to dock the viewport into the main window?

https://github.com/koide3/iridescence/issues/84#issuecomment-1987261782

I use packages and build it ``` # Install dependencies sudo apt-get install -y libglm-dev libglfw3-dev libpng-dev libjpeg-dev libeigen3-dev # Build and install Iridescence git clone https://github.com/koide3/iridescence --recursive mkdir iridescence/build...

Hi Koide, I was looking into the LightViewerContext and found there is a partial rendering function. Is this something similar to the LOD rendering? Could you give us a simple...

Hi Koide, I was upgrading my PCL(1.10.1) to adapt your small_gicp library. And I discovered a weird problem with iridescence. There is a problem when launching the `viewer::instance()`, which causes...

cmake .. -DCMAKE_BUILD_TYPE=Release CMake Deprecation Warning at /usr/lib/cmake/glm/glmConfig.cmake:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use...

Hi Koide, I just found that the alpha value (transparent) value was not correctly rendering (can't change the transparency). Did I miss any setup? If not, can you test it...