0.0.9 • Published 3 years ago

three-rt-helper v0.0.9

Weekly downloads
261
License
MIT
Repository
github
Last release
3 years ago

three-rt-helper

WebGLRenderTarget helper for three.js : see the output in realtime in a small canvas

NPM

Try it in this jsfiddle

Setup :

npm install three-rt-helper and

import RenderTargetHelper from 'three-rt-helper';

or

<script src='https://unpkg.com/three-rt-helper'></script>

Usage

const renderTargetHelper = RenderTargetHelper( renderer, myWebGLRenderTarget );
document.body.append( renderTargetHelper );

// in the render loop
renderTargetHelper.update();
0.0.9

3 years ago

0.0.8

3 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago