summaryrefslogtreecommitdiff
path: root/js/Sources/READC_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/READC_f.js')
-rw-r--r--js/Sources/READC_f.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/Sources/READC_f.js b/js/Sources/READC_f.js
index d1f40567..61ae9642 100644
--- a/js/Sources/READC_f.js
+++ b/js/Sources/READC_f.js
@@ -35,6 +35,14 @@ function READC_f() {
READC_f.prototype.get = function READC_f() {
}
READC_f.prototype.set = function READC_f() {
+ this.tmask1 = parseFloat((arguments[0]["tmask1"]))
+ this.outmask = parseFloat((arguments[0]["outmask"]))
+ this.fname1 = parseFloat((arguments[0]["fname1"]))
+ this.frmt1 = parseFloat((arguments[0]["frmt1"]))
+ this.M = parseFloat((arguments[0]["M"]))
+ this.N = parseFloat((arguments[0]["N"]))
+ this.offset = parseFloat((arguments[0]["offset"]))
+ this.swap = parseFloat((arguments[0]["swap"]))
this.x = arg1;
model = this.x.model;
graphics = arg1.graphics;