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
302fb048
Commit
302fb048
authored
9 years ago
by
jonwd7
Browse files
Options
Downloads
Patches
Plain Diff
[FO4] ByteVector3 type
parent
0d5e6c1f
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
+9
-6
9 additions, 6 deletions
nif.xml
with
9 additions
and
6 deletions
nif.xml
+
9
−
6
View file @
302fb048
...
...
@@ -1086,6 +1086,13 @@
<add
name=
"Vertex Indices"
type=
"ushort"
arr1=
"Num Vertices"
>
The vertex indices.
</add>
</compound>
<compound
name=
"ByteVector3"
nifskopetype=
"bytevector3"
>
A vector in 3D space (x,y,z).
<add
name=
"x"
type=
"byte"
>
First coordinate.
</add>
<add
name=
"y"
type=
"byte"
>
Second coordinate.
</add>
<add
name=
"z"
type=
"byte"
>
Third coordinate.
</add>
</compound>
<compound
name=
"HalfVector3"
nifskopetype=
"halfvector3"
>
A vector in 3D space (x,y,z).
<add
name=
"x"
type=
"hfloat"
>
First coordinate.
</add>
...
...
@@ -6285,13 +6292,9 @@
<add
name=
"Unknown Dot"
type=
"hfloat"
/>
<add
name=
"Unknown Int 1"
type=
"uint"
cond=
"ARG == 3"
/>
<add
name=
"UV"
type=
"HalfTexCoord"
cond=
"ARG > 4"
/>
<add
name=
"Normal X"
type=
"byte"
cond=
"((ARG > 3) && (ARG != 6) && (ARG != 7))"
/>
<add
name=
"Normal Y"
type=
"byte"
cond=
"((ARG > 3) && (ARG != 6) && (ARG != 7))"
/>
<add
name=
"Normal Z"
type=
"byte"
cond=
"((ARG > 3) && (ARG != 6) && (ARG != 7))"
/>
<add
name=
"Normal"
type=
"ByteVector3"
cond=
"((ARG > 3) && (ARG != 6) && (ARG != 7))"
/>
<add
name=
"Unknown Byte 1"
type=
"byte"
cond=
"((ARG > 3) && (ARG != 6) && (ARG != 7))"
/>
<add
name=
"Tangent X"
type=
"byte"
cond=
"((ARG > 3) && (ARG != 6) && (ARG != 7))"
/>
<add
name=
"Tangent Y"
type=
"byte"
cond=
"((ARG > 3) && (ARG != 6) && (ARG != 7))"
/>
<add
name=
"Tangent Z"
type=
"byte"
cond=
"((ARG > 3) && (ARG != 6) && (ARG != 7))"
/>
<add
name=
"Tangent"
type=
"ByteVector3"
cond=
"((ARG > 3) && (ARG != 6) && (ARG != 7))"
/>
<add
name=
"Unknown Byte 2"
type=
"byte"
cond=
"((ARG > 3) && (ARG != 6) && (ARG != 7))"
/>
<add
name=
"Vertex Colors"
type=
"ByteColor4"
cond=
"((ARG == 7) || (ARG == 9) || (ARG == 10))"
/>
<add
name=
"Bone Weights"
type=
"hfloat"
cond=
"ARG >= 6"
arr1=
"4"
/>
...
...
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