Skip to content

Commit

Permalink
isofence
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaffuri committed Oct 28, 2023
1 parent 3ab0a59 commit 40ec51c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/gridviz.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/style/IsoFenceStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class IsoFenceStyle extends Style {
* @type {function(number,number,import("../Style").Stat|undefined,number):number} */
this.height = opts.height || ((v, r, s, zf) => r * 0.4)

/** The perspective angle.
/** The perspective angle, in degree, within [-180,180], from [O,x] axis.
* @type {number} */
this.angle = opts.angle != undefined ? opts.angle : 50

Expand Down

0 comments on commit 40ec51c

Please sign in to comment.