Source position: orca_scene3d.pas line 274
type TD3VertexNormal = packed record
x: Single;
y: Single;
z: Single;
nx: Single;
ny: Single;
nz: Single;
end;