
andrewq
Comments
Recent activity by andrewq
-
Perfect, thanks!
- View comment
- 0 votes
-
Thanks!
- View comment
- 0 votes
-
I got something working in case anyone needs this. It can be used in the catalogue custom script rule://scriptconst player = api.enableApi('player');const configurator = player.getConfigurator();if...
- View comment
- 0 votes
-
Thanks Ian! This should work well for our situation.
- View comment
- 0 votes
-
Hi, is there a way to change the color of the fullscreen icon? My configurator needs a white background which makes it hard for some people to see the fullscreen button.
- View comment
- 0 votes
-
So I have a lot of assets with a base mesh using the same material (Material A). It turns out that material A needs to have 2 color options. Is there a way to assign logic to Material A.baseColor w...
- View comment
- 1 vote
-
Is this method performant enough to handle 27 different letters? Or should I leave it up to the website to handle all of this assetID swapping?
- View comment
- 0 votes
-
Well this is embarrassing! I expected it to be a structural problem and it was something pretty basic. It works now. Thanks for the help. initialConfiguration: { ’BraceletString’: ’andrewq...
- View comment
- 0 votes
-
Hi, Apologies for the code dump. I’m trying to align letter-shaped chain links into a circle. This script works great for alignment (it counts the letters in ‘BraceletString’) but it doesn’t respon...
- View comment
- 0 votes
-
This is excellent advice and works great with my use case (these diamonds are all the same shape). Thank you for the quick reply.
- View comment
- 0 votes