Krishnan PA
Krishnan PA

Reputation: 37

Export Particles from Maya to SceneKit iOS

I have a model in Maya with particles When export as DAE only models and animations are getting generated for the particles is blank node is generated. I wanted to export the particles and use them in iOS.

Upvotes: 1

Views: 96

Answers (1)

StackUnderflow
StackUnderflow

Reputation: 2463

It is not possible with SceneKit or any other API for iOS. The import does not support reading particles. The particle system in SceneKit is very basic for simple things. You would have to bake each particle as a geometry/model/animation instead.

Upvotes: 1

Related Questions