Skip to content

Commit

Permalink
add UVNode.isUVNode
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Feb 6, 2021
1 parent 30c83a3 commit 653de39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/jsm/renderers/nodes/accessors/UVNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ class UVNode extends AttributeNode {

this.index = index;

Object.defineProperty( this, 'isUVNode', { value: true } );

}

getAttributeName( /*builder*/ ) {
Expand Down

0 comments on commit 653de39

Please # to comment.