Another interesting problem.  To keep things simple, I need 8-16
significant digits in my field positions.  The logical choice is to change
the input field positions to "type double".

The docs say it should work, but OpenDX's .dx loader generates:

     "Bad type: bad positions/box type in bounding box"

(For example, try loading the attached .dx file.)

Am I doing this wrong?  If not, is this just a bug in the parser, or does
dxexec not really support double positions?

I can resort to local dynamic offsets and de-offsets, but if DX supports
double positions I'd rather not complicate things unnecessarily.

Thanks,

Randy

-- 
Randall Hopper (mailto:[EMAIL PROTECTED])
EPA Scientific Visualization Center
US EPA MD/24 ERC-1A; RTP, NC 27711
#
object "grid-x" class regulararray count 2 type double 
  origin 0 0
  delta  1 0
#
object "grid-y" class regulararray count 2 type double 
  origin 0 0
  delta  0 1
#
object 1 class productarray
  term "grid-x"
  term "grid-y"
#
object 2 class gridconnections counts 2 2
attribute "element type" string "quads"
attribute "dep" string "connections"
attribute "ref" string "positions"
#
object 3 class array type int rank 0 items 4 data follows
        1         2         3         4 
attribute "dep" string "positions"
#
object "default" class field
component "positions" value 1
component "connections" value 2
component "data" value 3
#
end

Reply via email to