forked from ZeqMacaw/Crowbar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from IJARika/pre-merger
Pre merger
- Loading branch information
Showing
19 changed files
with
1,174 additions
and
1,345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
Crowbar/Core/GameModel/SourceModel52/SourceMdlFileData/RSourceAABBHeader52.vb
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
Crowbar/Core/GameModel/SourceModel52/SourceMdlFileData/RSourcePerTriCollisionHeader52.vb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Public Class RSourcePerTriCollisionHeader52 | ||
|
||
'struct pertriheader_t | ||
'{ | ||
' int version; // unsure If this Is an actual version Or type | ||
' // set to '2' for static prop. | ||
' | ||
' // aabb sizes, same as hulls | ||
' Vector3 bbmin; | ||
' Vector3 bbmax; | ||
' | ||
' int unused[8]; // hopefully, checks out With other mdl structs | ||
'}; | ||
|
||
' 2 for static props, 0 for everything else, unknown if 1 is used. | ||
Public version As Integer | ||
|
||
' Size of AABB | ||
Public bbMin As SourceVector | ||
Public bbMax As SourceVector | ||
|
||
Public unused(7) As Integer | ||
|
||
End Class |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.