three.js - Apply effect to only one mesh in a three js scene -


is there way include 2 meshes in scene, 1 effects applied , 1 without.

for example, replicate colored lines example 1 of meshes has shader effects applied, while has none of shader effects applied (in case three.bloompass effect).


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -