Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions docs/Pure3DFiles/ChunkTypes/ATC.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
---
title: "ATC (0x3000602)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
TODO
| Property | Data Type | Description |
|------------|-------------------|-------------|
| NumEntries | uint32 | TODO |
| Entries | Entry[NumEntries] | TODO |

## Entry
| Property | Data Type | Description |
|-----------------------|-----------|-------------|
| SoundResourceDataName | string | TODO |
| Particle | string | TODO |
| BreakableObject | string | TODO |
| Friction | float | TODO |
| Mass | float | TODO |
| Elasticity | float | TODO |

# Parents
TODO

# Children
TODO
TODO

20 changes: 20 additions & 0 deletions docs/Pure3DFiles/ChunkTypes/Anim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "Anim (0x3F0000C)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
| Property | Data Type | Description |
|----------|-----------|-------------|
| Name | string | TODO |
| Version | uint32 | TODO |
| HasAlpha | bool | TODO |

# Parents
TODO

# Children
TODO
20 changes: 20 additions & 0 deletions docs/Pure3DFiles/ChunkTypes/AnimColl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "Anim Coll (0x3F00008)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
| Property | Data Type | Description |
|----------|-----------|-------------|
| Name | string | TODO |
| Version | uint32 | TODO |
| HasAlpha | bool | TODO |

# Parents
TODO

# Children
TODO
9 changes: 7 additions & 2 deletions docs/Pure3DFiles/ChunkTypes/AnimDynaPhys.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
---
title: "Anim Dyna Phys (0x3F0000E)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
TODO
| Property | Data Type | Description |
|----------|-----------|-------------|
| Name | string | TODO |
| Version | uint32 | TODO |
| HasAlpha | bool | TODO |

# Parents
TODO

# Children
TODO
TODO
20 changes: 20 additions & 0 deletions docs/Pure3DFiles/ChunkTypes/AnimDynaPhysWrapper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "Anim Dyna Phys Wrapper (0x3F0000F)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
| Property | Data Type | Description |
|----------|-----------|-------------|
| Name | string | TODO |
| Version | uint32 | TODO |
| HasAlpha | bool | TODO |

# Parents
TODO

# Children
TODO
20 changes: 20 additions & 0 deletions docs/Pure3DFiles/ChunkTypes/AnimObjWrapper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "Anim Obj Wrapper (0x3F00010)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
| Property | Data Type | Description |
|----------|-----------|-------------|
| Name | string | TODO |
| Version | uint8 | TODO |
| HasAlpha | bool | TODO |

# Parents
TODO

# Children
TODO
21 changes: 21 additions & 0 deletions docs/Pure3DFiles/ChunkTypes/AnimatedObject.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Animated Object (0x20001)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
| Property | Data Type | Description |
|-------------------|-----------|-------------|
| Version | uint32 | TODO |
| Name | string | TODO |
| FactoryName | string | TODO |
| StartingAnimation | uint32 | TODO |

# Parents
TODO

# Children
TODO
21 changes: 21 additions & 0 deletions docs/Pure3DFiles/ChunkTypes/AnimatedObjectAnimation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Animated Object Animation (0x20002)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
| Property | Data Type | Description |
|------------------------|-----------|-------------|
| Version | uint32 | TODO |
| Name | string | TODO |
| FrameRate | float | TODO |
| NumOldFrameControllers | uint32 | TODO |

# Parents
TODO

# Children
TODO
21 changes: 21 additions & 0 deletions docs/Pure3DFiles/ChunkTypes/AnimatedObjectFactory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Animated Object Factory (0x20000)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
| Property | Data Type | Description |
|---------------|-----------|-------------|
| Version | uint32 | TODO |
| Name | string | TODO |
| BaseAnimation | string | TODO |
| NumAnimations | uint32 | TODO |

# Parents
TODO

# Children
TODO
14 changes: 11 additions & 3 deletions docs/Pure3DFiles/ChunkTypes/Animation.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
---
title: "Animation (0x121000)"
description: "Represents an animation."
authors: [ 2 ]
authors: [ 2, 6310 ]
---

An Animation chunk represents an animation.

# Data Structure
TODO
| Property | Data Type | Description |
|---------------|---------------|-------------|
| Version | uint32 | TODO |
| Name | string | TODO |
| AnimationType | AnimationType | TODO |
| NumFrames | float | TODO |
| FrameRate | float | TODO |
| Cyclic | bool | TODO |

# Parents
TODO

# Children
TODO
TODO

21 changes: 21 additions & 0 deletions docs/Pure3DFiles/ChunkTypes/AnimationChannelCount.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Animation Channel Count (0x121007)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
| Property | Data Type | Description |
|----------------|--------------------|-------------|
| Version | uint32 | TODO |
| ChannelChunkID | uint32 | TODO |
| NumNumKeys | uint32 | TODO |
| NumKeys | uint16[NumNumKeys] | TODO |

# Parents
TODO

# Children
TODO
21 changes: 21 additions & 0 deletions docs/Pure3DFiles/ChunkTypes/AnimationGroup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Animation Group (0x121001)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
| Property | Data Type | Description |
|-------------|-----------|-------------|
| Version | uint32 | TODO |
| Name | string | TODO |
| GroupID | uint32 | TODO |
| NumChannels | uint32 | TODO |

# Parents
TODO

# Children
TODO
19 changes: 19 additions & 0 deletions docs/Pure3DFiles/ChunkTypes/AnimationGroupList.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Animation Group List (0x121002)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
| Property | Data Type | Description |
|-----------|-----------|-------------|
| Version | uint32 | TODO |
| NumGroups | uint32 | TODO |

# Parents
TODO

# Children
TODO
19 changes: 19 additions & 0 deletions docs/Pure3DFiles/ChunkTypes/AnimationHeader.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Animation Header (0x121006)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
| Property | Data Type | Description |
|-----------|-----------|-------------|
| Version | uint32 | TODO |
| NumGroups | uint32 | TODO |

# Parents
TODO

# Children
TODO
22 changes: 22 additions & 0 deletions docs/Pure3DFiles/ChunkTypes/AnimationSize.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Animation Size (0x121004)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
| Property | Data Type | Description |
|----------|-----------|-------------|
| Version | uint32 | TODO |
| PC | uint32 | TODO |
| PS2 | uint32 | TODO |
| XBOX | uint32 | TODO |
| GC | uint32 | TODO |

# Parents
TODO

# Children
TODO
22 changes: 22 additions & 0 deletions docs/Pure3DFiles/ChunkTypes/BooleanChannel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Boolean Channel (0x121108)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
| Property | Data Type | Description |
|------------|-------------------|-------------|
| Version | uint32 | TODO |
| Param | string | TODO |
| StartState | bool | TODO |
| NumValues | uint32 | TODO |
| Values | uint16[NumValues] | TODO |

# Parents
TODO

# Children
TODO
8 changes: 6 additions & 2 deletions docs/Pure3DFiles/ChunkTypes/BoundingBox.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
---
title: "Bounding Box (0x10003)"
description: "TODO"
authors: [ 6310 ]
---

TODO

# Data Structure
TODO
| Property | Data Type | Description |
|----------|-----------|-------------|
| Low | Vector3 | TODO |
| High | Vector3 | TODO |

# Parents
TODO

# Children
TODO
TODO
Loading