Skip to content

Commit 89c1b28

Browse files
committed
[ci skip] Fix warnings in functions.inc and glass_old.inc.
1 parent 88d6598 commit 89c1b28

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

distribution/include/functions.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
// To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a
33
// letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
44

5-
// Persistence of Vision Ray Tracer version 3.5 Include File
5+
// Persistence of Vision Ray Tracer version 3.8 Include File
66

77
#ifndef(Functions_Inc_Temp)
88
#declare Functions_Inc_Temp = version;
9-
#version 3.5;
9+
#version 3.8;
1010

1111
#ifdef(View_POV_Include_Stack)
1212
# debug "including function.inc\n"
1313
#end
1414

1515
/*
16-
Persistence of Vision Raytracer Version 3.5
16+
Persistence of Vision Raytracer Version 3.8
1717
Many pre-defined functions for use in scene files.
1818
*/
1919

distribution/include/glass_old.inc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44

55
// Persistence of Vision Ray Tracer Include File
66
// File: glass_old.inc
7-
// Last updated: 2001.8.9
7+
// Last updated: 2021-08-09
88
// Description: Glass finishes and textures (was glass.inc in versions prior to 3.5).
99
// Changes in version 3.1: moved refraction and ior to the interior statment.
1010
// Use I_Glass in conjunction with each of the finish statments below.
1111
// Version 3.5: Renamed file as glass_old.inc.
12+
// Version 3.8: Added deprecation warnings.
1213
//
13-
// Updated: 27Sep2008(jh)
14+
// Updated: 2008-09-27 (jh)
15+
// Updated: 2021-08-09 (CLi)
1416
//
1517
// To suppress warnings generated from using these deprecated textures you should consider
1618
// converting them to materials.
@@ -27,7 +29,7 @@
2729

2830
#ifndef(Glass_Old_Inc_Temp)
2931
#declare Glass_Old_Inc_Temp=version;
30-
#version 3.5;
32+
#version 3.8;
3133

3234
#ifdef(View_POV_Include_Stack)
3335
#debug "including glass_old.inc\n"

0 commit comments

Comments
 (0)