Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nifxml
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Grant Kim
Nifxml
Commits
abf267bd
Commit
abf267bd
authored
7 years ago
by
jonwd7
Browse files
Options
Downloads
Patches
Plain Diff
Add Broad Phase enum
parent
083f25fd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nif.xml
+8
-1
8 additions, 1 deletion
nif.xml
with
8 additions
and
1 deletion
nif.xml
+
8
−
1
View file @
abf267bd
...
...
@@ -2081,6 +2081,13 @@
<add
name=
"Collider Object"
type=
"Ptr"
template=
"NiNode"
>
Links to a NiNode that will define where in object space the collider is located/oriented.
</add>
</niobject>
<enum
name=
"BroadPhaseType"
storage=
"byte"
>
<option
value=
"0"
name=
"BROAD_PHASE_INVALID"
/>
<option
value=
"1"
name=
"BROAD_PHASE_ENTITY"
/>
<option
value=
"2"
name=
"BROAD_PHASE_PHANTOM"
/>
<option
value=
"3"
name=
"BROAD_PHASE_BORDER"
/>
</enum>
<compound
name=
"hkWorldObjCinfoProperty"
>
<add
name=
"Data"
type=
"uint"
default=
"0"
/>
<add
name=
"Size"
type=
"uint"
default=
"0"
/>
...
...
@@ -2100,7 +2107,7 @@
<add
name=
"Shape"
type=
"Ref"
template=
"bhkShape"
>
Link to the body for this collision object.
</add>
<add
name=
"Havok Col Filter"
type=
"HavokColFilter"
/>
<add
name=
"Unused"
type=
"byte"
arr1=
"4"
>
Garbage data from memory.
</add>
<add
name=
"Broad Phase Type"
type=
"
byt
e"
default=
"1"
/>
<add
name=
"Broad Phase Type"
type=
"
BroadPhaseTyp
e"
default=
"1"
/>
<add
name=
"Unused Bytes"
type=
"byte"
arr1=
"3"
/>
<add
name=
"Cinfo Property"
type=
"hkWorldObjCinfoProperty"
/>
</niobject>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment