Code Monkey home page Code Monkey logo

theshmoo / multinoderendering Goto Github PK

View Code? Open in Web Editor NEW
8.0 5.0 1.0 33.25 MB

The main idea of remote rendering is to distribute the rendering onto multiple nodes. A client splits its screen into multiple tiles, and each buffer for each tile is calculated by a different node. These calculated buffers are stacked back together by the client and it calculates the final illumination.

C# 85.76% GLSL 14.24%
illumination texture realtime-visualization unity volume-texture volume-rendering multiple-tiles remote-rendering

multinoderendering's Introduction

% VU Echtzeit-Visualisierung % Bernhard Rainer; David Pfahler % Team_TUtor

Remote Rendering

The main idea of remote rendering is to distribute the rendering onto multiple nodes. A client splits its screen into multiple tiles, and each buffer for each tile is calculated by a different node. These calculated buffers are stacked back together by the client and it calculates the final illumination.

The Nodes

Each node is responsible for one tile of the entire screen and generates only a buffer. The input data for all nodes is the same but every node has a different output which is sent to the client. For example a depth buffer, normal buffer or object buffer.

The Data

The data is synchronized on all nodes. And is too complex to be rendered on only one client machine.

The Client

The client is responsible for dividing the rendering stages onto its nodes and to compose the final image by receiving the calculated buffers from the nodes, stacking them together and calculate the illumination.

Frameworks

  • Unity

Creating a Volume Texture

To create a Volume Texture a sequence of images is needed. The dataset must be stored in in one directory. Start the VolumeGenerator scene in Unity and set the (relative) directory of the images to as the dir parameter. This will load all textures from the directory and construct a 3D Texture, containing the volume. The texture is stored in the /Generated folder of the Unity project. This 3D-texture can then be used for Raycasting by setting the VolumeTexture property of the TileRaycaster with this texture. The application provides to sample datasets located in the Resources folder.

multinoderendering's People

Contributors

theshmoo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

zhniu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.