Jump to content

Main public logs

Combined display of all available logs of HedgeDocs. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:07, 21 February 2025 PTKay talk contribs created page NN Chunk Format - Common Definitions (Created page with "What follows is a non-exhaustive list of common definitions used by the Sega NN Chunk Format. == NNS_VECTOR == Represents a Vector3.<syntaxhighlight lang="cpp"> struct NNS_VECTOR { float x; float y; float z; }; </syntaxhighlight> == NNS_VECTOR2D == Represents a Vector2.<syntaxhighlight lang="cpp"> struct NNS_VECTOR2D { float x; float y; }; </syntaxhighlight> == NNS_RGB == Represents an RGB color value.<syntaxhighlight lang="cpp"> struct NNS_RGB {...") Tag: Visual edit
Cookies help us deliver our services. By using our services, you agree to our use of cookies.