Hello!
Could you provide what structure /data we are writing into .hair files?
Seems like:
HAIR_HEADER_FORMAT = """
uint32 num_strands
uint32 total_points
uint16[num_strands] segments
float32[total_points3] positions
float32[num_strands] thickness
float32[num_strands3] root_colors
float32[num_strands] stiffness
float32[total_points*3] velocities
"""
Could you confirm it? or how we can extract the data in useable format?
Thanks!
Hello!
Could you provide what structure /data we are writing into .hair files?
Seems like:
HAIR_HEADER_FORMAT = """
uint32 num_strands
uint32 total_points
uint16[num_strands] segments
float32[total_points3] positions
float32[num_strands] thickness
float32[num_strands3] root_colors
float32[num_strands] stiffness
float32[total_points*3] velocities
"""
Could you confirm it? or how we can extract the data in useable format?
Thanks!