sorainsm / library-of-lighting-models

Study of light modeling as a physics problem, with the purpose of implementing of a family of lighting models through a library.
0 stars 1 forks source link

6.4.4 Access Routine Semantics #49

Open deemaalomair1 opened 4 years ago

deemaalomair1 commented 4 years ago

loadFile(f:String): • transition: loaded := ReadFile(f)

in the transition loaded is equal to function ReadFile that takes file (f) .. i think you should mention "ReadFile(f)" function somewhere in the semantic of this module .. maybe in the local function section