In the GDL script I want to use an image to apply it to a surface.
DEFINE TEXTURE "PictTexture" "2.png", dimXPict, dimYPict, 1, 0 DEFINE
MATERIAL "pictmat" 21, 1.000000, 1.000000, 1.000000, 1.0, 0.5, 0.5,
0.000000, 3.0, 0, 1, 1, IND(TEXTURE, "PictTexture") SET MATERIAL
"pict...