|
@@ -96,6 +96,7 @@ BumpMapNode.Nodes = ( function () {
|
|
|
BumpMapNode.prototype = Object.create( TempNode.prototype );
|
|
|
BumpMapNode.prototype.constructor = BumpMapNode;
|
|
|
BumpMapNode.prototype.nodeType = "BumpMap";
|
|
|
+BumpMapNode.prototype.hashProperties = [ "toNormalMap" ];
|
|
|
|
|
|
BumpMapNode.prototype.generate = function ( builder, output ) {
|
|
|
|