File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2519,6 +2519,7 @@ class RenderWebGL extends EventEmitter {
25192519
25202520 const uniforms = { } ;
25212521 if ( ! this . renderOffscreen && drawable . uniformApplied ) {
2522+ console . log ( 1 , drawable . uniformApplied , ! this . renderOffscreen ) ;
25222523 if ( drawMode === ShaderManager . DRAW_MODE . default && drawable . skin ) {
25232524 // If rotationCenterDirty or skinScaleDirty is dirty, then set _calculateTransform first
25242525 // because _rotationAdjusted and _skinScale needs to call _calculateTransform before using
@@ -2585,6 +2586,7 @@ class RenderWebGL extends EventEmitter {
25852586 }
25862587
25872588 if ( this . renderOffscreen && ! drawable . uniformApplied ) {
2589+ console . log ( 2 , drawable . uniformApplied , ! this . renderOffscreen ) ;
25882590 drawable . uniformApplied = true ;
25892591 Object . assign (
25902592 uniforms ,
You can’t perform that action at this time.
0 commit comments