项目作者: MikhailGorobets

项目描述 :
Volume rendering
高级语言: C++
项目地址: git://github.com/MikhailGorobets/VolumeRender.git
创建时间: 2019-05-31T20:55:59Z
项目社区:https://github.com/MikhailGorobets/VolumeRender

开源协议:

下载


Volume Render

Cloning the Repository

To get the repository and all submodules, use the following command:

  1. git clone --recursive https://github.com/MikhailGorobets/VolumeRender.git

When updating existing repository, don’t forget to update all submodules:

  1. git pull
  2. git submodule update --init --recursive

Build and Run Instructions

Win32

Build prerequisites:

  • Windows SDK 10.0.19041.0 or later
  • C++ build tools

Use either CMake GUI or command line tool to generate build files. For example, to generate
Visual Studio 2019 64-bit solution and project files in build/Win64 folder,
navigate to the engine’s root folder and run the following command:

  1. cmake -S . -B ./build/Win64 -G "Visual Studio 16 2019" -A x64

Supported Platforms

Platform Build status
Windows Build Status

Unity version of project

https://assetstore.unity.com/packages/slug/157811

VolumePathTracing