home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / postproc / glow / r3glowr.js < prev   
Encoding:
JavaScript  |  2005-04-04  |  816 b   |  38 lines

  1.  
  2. // JavaScript wrapper for r3glowr.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_GLOWREN_H = 1;
  7. include("real/raytr/r3postpr.js")
  8.  
  9.  
  10. var R3CLID_GLOWRENDER = 713;
  11.  
  12.  
  13.  
  14.  
  15. R3GLORA_Saturation = 713500;
  16. function SetR3GLORA_Saturation(value) {
  17.   R3Set(this.r3obj, R3GLORA_Saturation, value, R3TID_FLOAT, 0); 
  18. }
  19.  
  20. R3GLORA_Accuracy = 713501;
  21. function SetR3GLORA_Accuracy(value) {
  22.   R3Set(this.r3obj, R3GLORA_Accuracy, value, R3TID_FLOAT, 0); 
  23. }
  24.  
  25.  
  26.  
  27. function r3Glowrender () { 
  28.    this.base = r3God;
  29.    if(arguments.length) {
  30.       this.base(R3CLID_GLOWRENDER, arguments);
  31.    }
  32.    // Attributes
  33.    this.SetSaturation=SetR3GLORA_Saturation;
  34.    this.SetAccuracy=SetR3GLORA_Accuracy;
  35. }
  36.  
  37. r3Glowrender.prototype=new r3Postprocessor;
  38. // r3glowr.h_H