gdamoreira / google-ar-asset-converter

Sceneform SDK command to generate SFB files
83 stars 19 forks source link

abstracting sceneform_sdk files #2

Closed mahlm closed 6 years ago

mahlm commented 6 years ago

I'm curious how the sceneform_sdk files get abstracted from the sdk, could you provide some insight on how this is done?

Thanks!

gdamoreira commented 6 years ago

Hi,

there are no abstraction on sceneform binaries. I just found that the gradle plugins works calling these binaries files to generate the SFA and SFB files.

I extracted these binaries from the official sceneform plugin jar.

I used this link to download the jar file: https://mvnrepository.com/artifact/com.google.ar.sceneform/plugin/1.3.0

Hope I was clear.

:)

mahlm commented 6 years ago

Very helpful and clear, thank you!!