Skip to content

Commit 0c95ddc

Browse files
authored
Update README.rst
1 parent 9138bfc commit 0c95ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ No need to write shaders, intersection algorithms, handle 3D scene technicalitie
4343
see `examples on GitHub <https://github.com/rnd-team-dev/plotoptix/tree/master/examples>`__
4444
for practical code samples.
4545

46-
PlotOptiX is based on `NVIDIA OptiX 7 <https://developer.nvidia.com/optix>`_ framework. It is a set of CUDA shaders by `R&D Team <https://rnd.team>`_ wrapped in RnD.SharpOptiX C#/C++ libraries with a Python API. PlotOptiX makes use of RTX-capable GPU's.
46+
PlotOptiX is based on `NVIDIA OptiX 7.1 <https://developer.nvidia.com/optix>`_ framework. It is a set of CUDA shaders by `R&D Team <https://rnd.team>`_ wrapped in RnD.SharpOptiX C#/C++ libraries with a Python API. PlotOptiX makes use of RTX-capable GPU's.
4747

4848
.. image:: https://plotoptix.rnd.team/images/screenshots.jpg
4949
:alt: PlotOptiX screenshots, scatter and line plots ray tracing
@@ -58,7 +58,7 @@ Features
5858
- spherical and parallelogram light sources, light emission in volumes
5959
- environmental light, environment maps, and ambient occlusion
6060
- post-processing: tonal correction curves, levels adjustment, apply mask/overlay, AI denoiser
61-
- GPU acceleration using RT Cores and everything else what comes with `OptiX 7 <https://developer.nvidia.com/optix>`__
61+
- GPU acceleration using RT Cores and everything else what comes with `OptiX 7.1 <https://developer.nvidia.com/optix>`__
6262
- callbacks at the scene initialization, start and end of each frame raytracing, end of progressive accumulation
6363
- 8/16/32bps(hdr) image output to `numpy <http://www.numpy.org>`__ array, or save to popular image file formats
6464
- hardware accelerated video output to MP4 file format using `NVENC 9.0 <https://developer.nvidia.com/nvidia-video-codec-sdk>`__

0 commit comments

Comments
 (0)