Replies: 4 comments 2 replies
-
We're working on expanding our scene-graph API to enable this. Can you give us some details of your use case to consider as we are designing? In the meanwhile, you can hack your way down to the Three.js layer and do anything you want (you'll want to get a bit familiar with our code base), but keep in mind that you'll likely have to deal with breaking changes as we update. |
Beta Was this translation helpful? Give feedback.
-
Hello Emmett Lalish,
The model I want to make is to give an explosion effect. I want to take the meshes of the added model into an array and update their positions.
As an example,
[cid:ff52f5dc-e597-4ce8-95b5-9c8e2a77d2ea]
Good work
…________________________________
Gönderen: Emmett Lalish ***@***.***>
Gönderildi: 25 Haziran 2021 Cuma 18:47
Kime: google/model-viewer ***@***.***>
Bilgi: yasarkurt ***@***.***>; Author ***@***.***>
Konu: Re: [google/model-viewer] How can I access the model loaded in the scene? (#2512)
We're working on expanding our scene-graph API to enable this. Can you give us some details of your use case to consider as we are designing? In the meanwhile, you can hack your way down to the Three.js layer and do anything you want (you'll want to get a bit familiar with our code base), but keep in mind that you'll likely have to deal with breaking changes as we update.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fgoogle%2Fmodel-viewer%2Fdiscussions%2F2512%23discussioncomment-921433&data=04%7C01%7C%7C755faf711dbe4b54499708d937f084cf%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637602328414598942%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=R1ua4AORbGqXUjm1R0gYh219HnSynKfkJABbiOuoxso%3D&reserved=0>, or unsubscribe<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FALQPYSSER67Q2SS3MNPDPJ3TUSQIRANCNFSM47KD3WGQ&data=04%7C01%7C%7C755faf711dbe4b54499708d937f084cf%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637602328414608897%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=tGG95vBPMkIy%2BBbPT2K1fLTzHyX5zpMgVtAGFklijJA%3D&reserved=0>.
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I need to be able to access the modle to disassemble the model loaded into the scene. Even if I can't access the model, is it possible for me to access its subparts?
Beta Was this translation helpful? Give feedback.
All reactions