0.0.9 • Published 2 years ago

three-rt-helper v0.0.9

Weekly downloads
261
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.8

2 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago