Character string
mainprogram@text1.f
subroutine text1 (x, y, z, n, r, g, b, sz, ch1)
Description: This program draws character string that it gives character string and font color, font size.
Input variable:
x : Parallel translation quantity of the x direction
y : Parallel translation quantity of the y direction
z : Parallel translation quantity of the z direction
n : The number of the character string (maximum is 10)
r : The red value [0,1]
g : The green value [0,1]
b : The blue value [0,1]
sz : The font size
ch1 : The input character string [ within 40 characters ]
Drawing example: text1.wrl