LookingGlassVTKModule icon indicating copy to clipboard operation
LookingGlassVTKModule copied to clipboard

Results 13 LookingGlassVTKModule issues
Sort by recently updated
recently updated
newest added

This commit fixes regression introduced in b99fa7324 (Add several functions to the render window) allowing client project to successfully build without having to include "vector" header.

This includes a link to a YouTube video example. This is follow-up from https://github.com/Kitware/LookingGlassVTKModule/pull/56#pullrequestreview-1121145236

MacOS 12.5.1, M1 arm64, Apple clang version 13.1.6 (clang-1316.0.21.2.5) Trying to build and getting an interesting error about not finding arm64 symbols - seems this repo is reverting to the...

Building on M1 Mac, MacOS 12.5, Apple clang version 13.1.6 (clang-1316.0.21.2.5) Target: arm64-apple-darwin21.6.0 ``` /Users/rmlearney/git/VTK/Remote/RenderingLookingGlass/vtkCocoaLookingGlassRenderWindow.mm:41:71: warning: 'CGDisplayIOServicePort' is deprecated: first deprecated in macOS 10.9 - No longer supported [-Wdeprecated-declarations] (NSDictionary...

I built this module successfully against VTK 9.0.1. I tried running the provided dragon example in C++ and the Python sample code presented here: https://blog.kitware.com/create-holographic-scenes-using-vtk-python/ but in both cases the...

This script provides an example of a custom interaction style that utilizes some of the looking glass functions, including moving the focal plane, turning on/off clipping, and moving the clipping...

Hi, I tried to compile the Looking Glass module, but when during the process of building it terminates at an error that it cannot open file C:\...lokkingglass_sdk/dylib.obj kindly assist

Hi~ I am using LookingGlassVTKModule these days. I build vtk with LookingGlassVTKModule successfully. But, when I debug the test project, the function “vtkRegressionTestImage(renderWindow)” always return vtkRegressionTester::NOT_RUN. And the lookingGlass shows...

I tried following the provided instructions for building VTK 9.0.1 with support for Looking Glass devices enabled by this project, but I wasn't able to make them work. I followed...

The findHoloPlayCore.cmake file does not help to find the HoloPlayCore.lib file in the right directory, has it may be in the bin directory.