home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/postproc/fog/r3fogmod.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("real/code/r3postim.js")
- var R3CLID_FOGMODEL = 840;
-
- R3FOGMDM_ = 840000;
-
- function _R3FOGMDM_() {
- return this.r3Do(R3FOGMDM_, arguments);
- }
-
- R3FOGMDA_Color = 840500;
- function SetR3FOGMDA_Color(value) {
- this.r3Set(R3FOGMDA_Color, value);
- }
-
- function GetR3FOGMDA_Color() {
- var value = 0;
- return this.r3Get(R3FOGMDA_Color, value); // R3FLOATCOLOR3*
- }
-
- R3FOGMDA_MinDistance = 840501;
- function SetR3FOGMDA_MinDistance(value) {
- this.r3Set(R3FOGMDA_MinDistance, value);
- }
-
- function GetR3FOGMDA_MinDistance() {
- var value = 0;
- return this.r3Get(R3FOGMDA_MinDistance, value); // R3FLOAT*
- }
-
- R3FOGMDA_MaxDistance = 840502;
- function SetR3FOGMDA_MaxDistance(value) {
- this.r3Set(R3FOGMDA_MaxDistance, value);
- }
-
- function GetR3FOGMDA_MaxDistance() {
- var value = 0;
- return this.r3Get(R3FOGMDA_MaxDistance, value); // R3FLOAT*
- }
-
- R3FOGMDA_MaxSaturation = 840503;
- function SetR3FOGMDA_MaxSaturation(value) {
- this.r3Set(R3FOGMDA_MaxSaturation, value);
- }
-
- function GetR3FOGMDA_MaxSaturation() {
- var value = 0;
- return this.r3Get(R3FOGMDA_MaxSaturation, value); // R3FLOAT *
- }
-
- function r3Fogmodel () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FOGMODEL, arguments);
- }
- // Methods
- this.=_R3FOGMDM_;
-
- // Attributes
- this.GetColor=GetR3FOGMDA_Color;
- this.SetColor=SetR3FOGMDA_Color;
- this.GetMinDistance=GetR3FOGMDA_MinDistance;
- this.SetMinDistance=SetR3FOGMDA_MinDistance;
- this.GetMaxDistance=GetR3FOGMDA_MaxDistance;
- this.SetMaxDistance=SetR3FOGMDA_MaxDistance;
- this.GetMaxSaturation=GetR3FOGMDA_MaxSaturation;
- this.SetMaxSaturation=SetR3FOGMDA_MaxSaturation;
- }
-
- r3Fogmodel.prototype=new r3Postimageeffectmodel;
- // inc/plugins/postproc/fog/r3fogmod.h_H