google-ar / sceneform-android-sdk

Sceneform SDK for Android
https://developers.google.com/sceneform/develop/
Apache License 2.0
1.23k stars 604 forks source link

Feature Request: Add a Sceneform Particle System #597

Open szczepanskikrs opened 5 years ago

szczepanskikrs commented 5 years ago

Hello, first of all, thanks for a great update with FBX animations in Sceneform 1.7.0. I have a feature request, do you guys plan to implement some particle system into Sceneform? Both ViroCoreAR and ARKit have one...

wkl-coder commented 5 years ago

Can your animation work properly? I was able to work in the virocore FBX file before. Now the model will disappear when the animation starts on sceneform

wkl-coder commented 5 years ago

Some FBX transformation SFB files also fail to create sfa files

szczepanskikrs commented 5 years ago

Yes, the work, the FBX file needs to be valid, if you have animation files in a separate file you need to add them when importing. Also if you import assets with textures remember that you need to have relative paths to textures. Also, the roughness map needs to only use the red channel if you use one. I haven't figured out how to create valid roughness map yet since Sceneform docs aren't super precise on this part...

wkl-coder commented 5 years ago

My animation is included in the FBX file, similar to the dae file. Could you please help me check my file? Thank you apple.zip

wkl-coder commented 5 years ago

This FBX file works in both virocore and web, but cannot be converted to an SFB file