diff options
Diffstat (limited to 'js/Sinks/CMAT3D.js')
-rw-r--r-- | js/Sinks/CMAT3D.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/Sinks/CMAT3D.js b/js/Sinks/CMAT3D.js index 8e3b6f1d..ea3cf4b8 100644 --- a/js/Sinks/CMAT3D.js +++ b/js/Sinks/CMAT3D.js @@ -28,6 +28,14 @@ function CMAT3D() { return this.x; } CMAT3D.prototype.get = function CMAT3D() { + var options = { + vec_x:["Bounds Vector X (-1 for standard)",this.vec_x], + vec_y:["Bounds Vector Y (-1 for standard)",this.vec_y], + colormap:["ColorMap",this.colormap], + cmin:["Zmin",this.cmin], + cmax:["Zmax",this.cmax], + } + return options; } CMAT3D.prototype.set = function CMAT3D() { this.vec_x = parseFloat((arguments[0]["vec_x"])) |