Skip to main content
6 events
when toggle format what by license comment
Jul 31 at 13:41 comment added Daniel Castro @cvgmt Thanks. Please see edit.
Jul 30 at 21:09 comment added Daniel Castro Wow, impressive, thanks. Actually all that I'm doing in python is "import igl import scipy as sp import numpy as np from meshplot import plot, subplot, interact vertices = np.loadtxt(r'C:\path\theX.csv',delimiter=',') faces = np.loadtxt(r'C:\path\theT.csv',delimiter=',')-1 param = np.loadtxt(r'C:\path\theUV.csv',delimiter=',') plot(vertices,faces, uv=param,shading={"wireframe": False, "flat": False})"
Jul 30 at 19:29 history edited Greg Hurst CC BY-SA 4.0
added 5 characters in body
Jul 30 at 19:07 history edited Greg Hurst CC BY-SA 4.0
deleted 83 characters in body
Jul 30 at 18:56 history edited Greg Hurst CC BY-SA 4.0
deleted 5 characters in body
Jul 30 at 18:14 history answered Greg Hurst CC BY-SA 4.0