mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-09-23 20:23:13 +08:00
19 lines
512 B
Markdown
19 lines
512 B
Markdown
# Simple CyHair to glTF converter
|
|
|
|

|
|
|
|
Convert CyHair to curve points using glTF + extension(curve data format is described in `../alembic_to_gltf/README.md`).
|
|
|
|
For CyHair format, please refer: http://www.cemyuksel.com/cyCodeBase/code.html .
|
|
|
|
For hair model with CyHair format, please refer for example: http://www.cemyuksel.com/research/hairmodels/
|
|
|
|
## Convert
|
|
|
|
$ ./cyhair2gltf input.hair output.gltf
|
|
|
|
## View
|
|
|
|
You can view converted .gltf with glviwew exmaple(`example/glview`).
|
|
|