Next: , Previous: rawpick, Up: GCL Reference


7.2.111 read

(read {geometry|camera|aparência|image|ntransform|transform|command} {GEOMETRY ou CAMERA ou ...})
Lê e interpreta o texto em ... como contendo o tipo de dado fornecido. Útil para definir objetos usando a sintaxe de referência OOGL, e.g.
          (geometry  thing { INST  transform : T    geom : fred })
          (read  geometry  { define fred
             QUAD
             1 0 0  0 1 0  0 0 1  1 0 0
          })
          (read  transform { define T <myfile})

See Referencias. See (hdefine ...). See (hdelete ...).