mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-12 15:57:23 +00:00
Added minimal single texture example (for testing texture clamping mode)
This commit is contained in:
parent
ad68fbc50c
commit
744980281d
19
sample/TextureSingle.ply
Normal file
19
sample/TextureSingle.ply
Normal file
@ -0,0 +1,19 @@
|
||||
ply
|
||||
format ascii 1.0
|
||||
comment VCGLIB generated
|
||||
comment TextureFile TextureDouble_A.png
|
||||
element vertex 4
|
||||
property float x
|
||||
property float y
|
||||
property float z
|
||||
element face 2
|
||||
property list uchar int vertex_indices
|
||||
property list uchar float texcoord
|
||||
property int texnumber
|
||||
end_header
|
||||
0 0 0
|
||||
1 0 0
|
||||
1 1 0
|
||||
0 1 0
|
||||
3 0 1 2 6 0 0 2 0 2 2 0
|
||||
3 0 2 3 6 0 0 2 2 0 2 0
|
||||
Loading…
x
Reference in New Issue
Block a user