-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3ds Max opacity animations #521
Comments
I do not think that opacity is something that gltf format can animate. |
Yes, I confirm. Animations in the glTF 2.0 core spec can only target TRS and weights. There is a PR and discussion about animating other properties here, but until that's ready it won't be possible to do in glTF. |
Hi, thanks for your reply. It is sad 😢, about opacity....
Anyway, thanks....
Пт, 24 трав. 2019, 19:40 користувач Gary Hsu <[email protected]>
пише:
… Yes, I confirm. Animations in the glTF 2.0 core spec can only target TRS
and weights. There is a PR and discussion about animating other properties
here <KhronosGroup/glTF#1301>, but until that's
ready it won't be possible to do in glTF.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#521?email_source=notifications&email_token=AAPLCBZ4N3SN3P2Q63OBPETPXALBJA5CNFSM4HPOBVEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWF5LOY#issuecomment-495703483>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPLCB2EPUK4ZO6SN6ARXX3PXALBJANCNFSM4HPOBVEA>
.
|
If you are not attached to gltf you can use .babylon file format which supports that feature |
Thanks
Сб, 25 трав. 2019, 16:38 користувач David Catuhe <[email protected]>
пише:
… If you are not attached to gltf you can use .babylon file format which
supports that feature
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#521?email_source=notifications&email_token=AAPLCBYO5S5OFCSE6DJ22V3PXE6MTA5CNFSM4HPOBVEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWHSAUY#issuecomment-495919187>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPLCB5VOTIBZPBIN74DUVTPXE6MTANCNFSM4HPOBVEA>
.
|
Hi.
I've created a scene with a box and added an animation of opacity. Then i exported it to gltf. I checked exported an animation in the sandbox and there is no animation with opacity.
I checked a FBX file in the Unity and it works without any problems.
I atteched a project.
Opacity animation.zip
The text was updated successfully, but these errors were encountered: