Coder Social home page Coder Social logo

three-effectcomposer's Issues

ES6 Module load method

Is it possible to load this in an ES6 style? I can't see how to pass THREE as an option in this case

How to add a scene to my renderer that is not affected by my EffectComposer ?

Hello,

I'm using the EffectComposy to create a mask on my renderer. It works fine : I have my mask and into it a scene.
Basically I would like to have another scene as a background for my canvas but my new scene doesn't appear and I think it's because I call my whole renderer like this :

var composer = new THREE.EffectComposer(renderer, ...

Do you know what can I do ?
Thank you very much, I think I want to avoid creating a new renderer.

Fix for "don't use render texture property"

Hello,

Here is the fix for the warning for everyone who got the package from npm:
three.webglrenderer.setTexture2D: don't use render targets as textures. Use their .texture property instead.

Locate your shaderpass file in your node_modules, and search for this line:
this.uniforms[ this.textureID ].value = readBuffer;

Next, replace that line with this:
this.uniforms[ this.textureID ].value = readBuffer.texture;

As you can see all that is added to this line is .texture to the readBuffer to fix the warning.

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.