P3D Lod Proxies

From Bohemia Interactive Community
Revision as of 14:09, 22 June 2021 by Lou Montana (talk | contribs) (Text replacement - "y[ _]*\|[ _]*(arma[0-9]+)[ _]*\|[ _]+" to "y|$1|")
Jump to navigation Jump to search
bi symbol white.png
Disclaimer: This page describes internal undocumented structures of Bohemia Interactive software.

This page contains unofficial information.

Some usage of this information may constitute a violation of the rights of Bohemia Interactive and is in no way endorsed or recommended by Bohemia Interactive.
Bohemia Interactive is not willing to tolerate use of such tools if it contravenes any general licenses granted to end users of this community wiki or BI products.

LodProxy

 struct
 {
   Asciiz          P3dProxyName;        //"\ca\a10\agm65" (.p3d is implied) <<note the leading filename backslash
   TransformMatrix Transform;           //see Generic FileFormat Data Types
   ulong           ProxySequenceId;     //
   ulong           NamedSelectionIndex; //see P3D Named Selections
   //////// ARMA ONLY (ODOLV4x) ///////
   long            BoneIndex;
   ulong           SectionIndex;        //see P3D_Lod_Sections
 }

Related Pages

P3D File Format - ODOLV7