Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Export Blender Particle System Hair To Three.JS

After several months of casual research on three.js as I work on a model in Blender 2.7 I have yet to locate a method for exporting the blender particle system hair? By chance would anyone have any ideas how would I go about achieving this feat, would I need to perhaps export to OBJ or some other format? I have yet to see any three.js imported particle systems from any 3d system?..Any ideas would greatly appreciated !!

like image 608
user2544743 Avatar asked Sep 20 '25 22:09

user2544743


1 Answers

This solution is a visualized version stated by beiller.

Step by Step

  1. Go to Modifiers.

    enter image description here

  2. Click Convert.

    enter image description here

  3. Now the hair become like this.

    enter image description here

  4. Add Screw modifier to the hair and so change the Angle to 2.

    enter image description here

  5. Click Apply.

    enter image description here

  6. Export your model to what file format you need.

like image 162
Casper Avatar answered Sep 22 '25 12:09

Casper