Forum Replies Created
-
AuthorPosts
-
junglistCustomer
Thank you,
I got it solved by adding:
******
.option(‘-m, –message [message]’, ‘The message to send to the page’)
******
console.log(‘Sending post message to page…’);
await page.evaluate((message) => {
window.postMessage(message, ‘*’);
}, opts.message);junglistCustomerThank you
junglistCustomerHello again,
I have noticed that this method only works for glTF.2 materials.
Maybe you know if there is a work around it?I have noticed strange thing about *object.material.map.name*
It shows same name even after texture been changed.
Maybe that’s exactly why you told to use .ktx2?Attachments:
You must be logged in to view attached files.junglistCustomerThank you,
You are the best!!!
junglistCustomerFigured out that the reason I don’t get .material.
Because I have 2 materials in object:
Body and Edges.If I use single material per object, it works fine.
Is there any workaround that?
junglistCustomerHello again,
I have tried your method but for some reason I’m getting an error.
Mainly because object.material – undefiendBut if I use getObjectMaterial puzzle it Finds the material.
Maybe you have clue what is causing this?
Attachments:
You must be logged in to view attached files.junglistCustomerThank you very much.
Can I use original texture in ktx2 and after cloning use ktx2 as well or there has to be transfer from png to ktx2?
junglistCustomerCould you share example how to clone material and not an object?
Attachments:
You must be logged in to view attached files.junglistCustomerThank you, with newer Version seems to work
junglistCustomerThank you.
junglistCustomerThank you
junglistCustomerThank you, that’s a good advice.
junglistCustomerThank you, that fixed the issue.
2022-07-14 at 11:01 am in reply to: Puzzles stop working after embeding into Iframe from Verge3d domain #54128junglistCustomerSolved.
It seemed I needed to restart Verge3d app and upload it again.Sorry for bothering.
junglistCustomerThank you, as I understood I could place it in variable and just control variable?
-
AuthorPosts