Source position: orca_scene3d.pas line 147
type TD3Box = packed record
Left: Single;
Top: Single;
Near: Single;
Right: Single;
Bottom: Single;
Far: Single;
end;