Click or drag to resize
DigitalRuneXNA Framework Support

DigitalRune Geometry contains a version that supports the Microsoft XNA Framework (see also Files, Folders and Dependencies). This section explains XNA-specific issues.

Content pipeline projects

If any types of DigitalRune Mathematics or Geometry are used in an XNA content pipeline extension library:

  • Add references to the following DLLs to your the content pipeline extension library:
    • DigitalRune.dll
    • DigitalRune.Mathematics.dll
    • DigitalRune.Geometry.dll
    • DigitalRune.Mathematics.Content.Pipeline.dll
    • DigitalRune.Geometry.Content.Pipeline.dll
  • For all XNA content projects that use the content pipeline extension library, add references to the following DLLs to the content projects:
    • DigitalRune.Mathematics.Content.Pipeline.dll
    • DigitalRune.Geometry.Content.Pipeline.dll

The additional DLLs contain ContentTypeWriters which ensure that the data types of DigitalRune Mathematics and Geometry are properly serialized and deserialized. Be sure to use the XNA-specific builds of the DLLs (see Files, Folders and Dependencies).

See Also