I did some simulation in houdini with some custom channel (e.g. curl).
I have tried to use alembic to transfer the mesh. Vertex color works perfectly.
When I convert the mesh to vrmesh, the result seems weird.
ply2vrmesh can find the vertex color
Found vertex color attribute: uv
Found vertex color attribute: vChannel (float1)
Found vertex color attribute: curl
And write to vertex color channel
Writing vertex colour channel 'uv' index (1)
Writing vertex colour channel 'vChannel' index (2)
Writing vertex colour channel 'curl' index (3)
The info of the vrmesh:
Number of frames: 1
Number of voxels: 492
Reading voxels... done
Total number of triangles: 3,267,964
Preview triangles: 9973
Channels:
Vertices
Faces
Vertex velocity
Maya info channel (data is valid)
Number of texture channels: 3
Texture channels list: 1 - 'uv', 2 - 'vChannel', 3 - 'curl'
UV sets: 0
Color sets: 3 ('uv', 'vChannel', 'curl')
Shader sets: 1 ('default')
This is the result of curl channel that I preferred(from alembic)
And this is the result of curl from vrmesh
vChannel from vrmesh is like this
Want to know if vrmesh can support custom vertex color and how.
P.S. I'm using vray for maya 2.4 with maya 2014
Thanks!
I have tried to use alembic to transfer the mesh. Vertex color works perfectly.
When I convert the mesh to vrmesh, the result seems weird.
ply2vrmesh can find the vertex color
Found vertex color attribute: uv
Found vertex color attribute: vChannel (float1)
Found vertex color attribute: curl
And write to vertex color channel
Writing vertex colour channel 'uv' index (1)
Writing vertex colour channel 'vChannel' index (2)
Writing vertex colour channel 'curl' index (3)
The info of the vrmesh:
Number of frames: 1
Number of voxels: 492
Reading voxels... done
Total number of triangles: 3,267,964
Preview triangles: 9973
Channels:
Vertices
Faces
Vertex velocity
Maya info channel (data is valid)
Number of texture channels: 3
Texture channels list: 1 - 'uv', 2 - 'vChannel', 3 - 'curl'
UV sets: 0
Color sets: 3 ('uv', 'vChannel', 'curl')
Shader sets: 1 ('default')
This is the result of curl channel that I preferred(from alembic)
And this is the result of curl from vrmesh
vChannel from vrmesh is like this
Want to know if vrmesh can support custom vertex color and how.
P.S. I'm using vray for maya 2.4 with maya 2014
Thanks!
Comment