three.js - Cross fade between different cameras / scenes -


this older question "how achieve cross fade between different cameras / scenes in three.js?" has fiddle associated jsfiddle.net/dw9q4/43/ doesn't seem work more. displays black screen.

any ideas why?

r.58

the primary change how uniforms defined.

tdiffuse1: {     type: "t",     value: rttexture1 }, 

updated fiddle: http://jsfiddle.net/dw9q4/85/

three.js r.58


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -