diff options
author | sanine <sanine.not@pm.me> | 2022-04-16 11:55:54 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-04-16 11:55:54 -0500 |
commit | 8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 (patch) | |
tree | 52b5524a94a5b04e17a1fd7f8aca988ab6d0c75f /src/mesh/assimp-master/test/models-nonbsd/NFF/NFFSense8/cokecan.nff | |
parent | db81b925d776103326128bf629cbdda576a223e7 (diff) |
delete src/mesh/assimp-master
Diffstat (limited to 'src/mesh/assimp-master/test/models-nonbsd/NFF/NFFSense8/cokecan.nff')
-rw-r--r-- | src/mesh/assimp-master/test/models-nonbsd/NFF/NFFSense8/cokecan.nff | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/mesh/assimp-master/test/models-nonbsd/NFF/NFFSense8/cokecan.nff b/src/mesh/assimp-master/test/models-nonbsd/NFF/NFFSense8/cokecan.nff deleted file mode 100644 index 55232a3..0000000 --- a/src/mesh/assimp-master/test/models-nonbsd/NFF/NFFSense8/cokecan.nff +++ /dev/null @@ -1,39 +0,0 @@ -nff // cokecan.nff, A file designed to illustrate uv texturing -version 3.0 - -Coke_Can -mtable cokecan.mat - -18 // Eighteen vertices - - 10.0 -37.0 0.0 uv 0.0 1.0 // #0 Start around top of can - 7.071 -37.0 7.071 uv 0.125 1.0 // #1 - 0.0 -37.0 10.0 uv 0.25 1.0 // #2 - -7.071 -37.0 7.071 uv 0.375 1.0 // #3 --10.0 -37.0 0.0 uv 0.5 1.0 // #4 - -7.071 -37.0 -7.071 uv 0.625 1.0 // #5 - 0.0 -37.0 -10.0 uv 0.75 1.0 // #6 - 7.071 -37.0 -7.071 uv 0.875 1.0 // #7 - 10.0 -37.0 0.0 uv 1.0 1.0 // #8 ( Same as #0 except u value ) - - 10.0 0.0 0.0 uv 0.0 0.0 // #9 Repeat around bottom of can - 7.071 0.0 7.071 uv 0.125 0.0 // #10 - 0.0 0.0 10.0 uv 0.25 0.0 // #11 - -7.071 0.0 7.071 uv 0.375 0.0 // #12 --10.0 0.0 0.0 uv 0.5 0.0 // #13 - -7.071 0.0 -7.071 uv 0.625 0.0 // #14 - 0.0 0.0 -10.0 uv 0.75 0.0 // #15 - 7.071 0.0 -7.071 uv 0.875 0.0 // #16 - 10.0 0.0 0.0 uv 0.0 0.0 // #17 ( Same as #9 except u value ) - -10 // Ten polygons -8 0 1 2 3 4 5 6 7 matid 0 // Top of can. Note lack of "both" -8 9 10 11 12 13 14 15 16 matid 0 both // Bottom of can -4 9 10 1 0 matid 0 both _V_cokelabl.tga // Vanilla texture on silver -4 10 11 2 1 matid 0 both _S_cokelabl.tga // Shaded texture on silver -4 11 12 3 2 matid 0 both _T_cokelabl.tga // Transparent texture on silver -4 12 13 4 3 matid 0 both _U_cokelabl.tga // Shaded & Transparent on silver -4 13 14 5 4 matid 1 both _V_cokelabl.tga // Vanilla texture on green -4 14 15 6 5 matid 1 both _S_cokelabl.tga // Shaded texture on green -4 15 16 7 6 matid 1 both _T_cokelabl.tga // Transparent texture on green -4 16 17 8 7 matid 1 both _U_cokelabl.tga // Shaded & Transparent on green |