AnkaChan / Gaia

Gaia Physics Engine
Apache License 2.0
552 stars 32 forks source link

Missing header of "SoftBody.h" #3

Closed DrChiZhang closed 1 month ago

DrChiZhang commented 4 months ago

Seems that SoftBody.h is included as #include "../SoftBody/SoftBody.h", while not released.

AnkaChan commented 4 months ago

That file should be deprecated a long time ago. Can you please provide me the name of the file that uses it? So I can remove the dependency.

DrChiZhang commented 4 months ago

PBD/Deformers/DeformerPuller.h

BTW, have you ever try to build your code on Ubuntu OS?

AnkaChan commented 1 month ago

PBD/Deformers/DeformerPuller.h

BTW, have you ever try to build your code on Ubuntu OS?

No. I may add compatibility to Linux & G++ in the near future