Skip to content

Commit

Permalink
Update normal map strength increment
Browse files Browse the repository at this point in the history
  • Loading branch information
njbrown committed Mar 12, 2021
1 parent 65e54bf commit fcba5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/library/v2/normalmapv2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class NormalMapV2 extends GpuDesignerNode {
this.addInput("height");

// this.addFloatProperty("strength", "Strength", 0.02, -0.02, 0.02, 0.00001);
this.addFloatProperty("strength", "Strength", 1, -2.0, 2.0, 0.1);
this.addFloatProperty("strength", "Strength", 1, -2.0, 2.0, 0.05);
this.addIntProperty("range", "Range", 1, 1, 20, 1);
this.addBoolProperty("res_ind", "Resolution Independent", false);

Expand Down

0 comments on commit fcba5e3

Please sign in to comment.