Skip to content

Commit 8a5b7b0

Browse files
committed
change examples angles
1 parent a70f2f2 commit 8a5b7b0

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

examples/7_generate_uv_map.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def process_uv(uv_coords, uv_h = 256, uv_w = 256):
3030
colors = colors/np.max(colors)
3131
# --modify vertices(transformation. change position of obj)
3232
s = 180/(np.max(vertices[:,1]) - np.min(vertices[:,1]))
33-
R = mesh.transform.angle2matrix([0, 30, 0])
33+
R = mesh.transform.angle2matrix([-10, -35, 20])
3434
t = [0, 0, 0]
3535
transformed_vertices = mesh.transform.similarity_transform(vertices, s, R, t)
3636
# --load uv coords

examples/results/uv_map/image.jpg

-122 Bytes
Loading
-17 Bytes
Loading

0 commit comments

Comments
 (0)