plotoptix
plotoptix copied to clipboard
Data visualisation and ray tracing in Python based on OptiX 7.7 framework.
I installed plotoptix following the instructions in documentation, however, when I tried to run the example in the readme: ```python import numpy as np from plotoptix import TkOptiX n =...
I have a tiff file, which displays correctly but also leads to many errors popping up: `ReadDirectory: Warning, C:\Users\image.tif: unknown field with tag 33550 (0x830e) encountered` Is this because I'm...
In a fresh install of Anaconda, with a fresh env created for plotoptix, there is an error trying to add the examples folder: `(plotoptix) C:\Users\XXXXX>python -m plotoptix.install examples` `Traceback (most...
Thanks again for this really fast ray tracing package. I was wondering if there is a way to color the faces directly instead of coloring via the vertices. In other...
Hello - I am excited to try out your library on a Google Colaboratory Notebook. However, I am running into difficultly setting it up, having tried both the Linux and...
Hi, I am facing a new error. I do not know why, but suddenly today even with the simplest example the interpreter returns this error: ``` OPTIX_ERROR_INTERNAL_COMPILER_ERROR: Optix call 'optixModuleCreateFromPTX(...
Hi there! I seem to be running into an issue when trying to run the example in `README.md` on Windows with CUDA 10.1. I'm running a dual GPU setup, first...
Hi, I've been rendering some simulations data that I have using this code and things look really great in general! I've run into a problem recently where dark rings can...
Do you have any examples on how to use PBR materials in plotoptix? I'm working on transitioning rendering a trimesh scene from pyrender to plotoptix and trying to figure out...
Good day, Could the project support the opencv camera module (i.e., camera matrix and distortion module) to save the image? Thanks for help. Best Regards