
andrewq
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
Activity overview
Latest activity by andrewq-
andrewq commented,
Perfect, thanks!
-
andrewq created a post,
Auto-import fbx assets without new materials
Hi,Is there any way to modify the Quick Start Importer to only upload fbx mesh data and ignore embedded materials/textures?I know a similar function got added to the browser version recently, is th...
-
andrewq created a post,
Client-side swapping of stages for a 2D configurator at runtime -- can it be done?
Hello,I'm working on a virtual photography configurator. Because of how easy it is to swap stage views in the catalogue viewer, I wrongly assumed that it would be easy to just run a command like th...
-
andrewq commented,
Thanks!
-
andrewq created a post,
Materials look significantly different in preview and admin-fts version despite having the same settings
The top image is a material on our preview site. The bottom image is on the admin site. Is there some mipmapping setting that's different on one org and not the other? I don't know what would cause...
-
andrewq commented,
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...
-
andrewq created a post,
Extract configurations from website input
Hello,I'm in a situation where string values are being passed into the 3D player from a website frontend, but for unfortunate communication reasons, I cannot know what these string values are. I've...
-
andrewq commented,
Thanks Ian! This should work well for our situation.
-
andrewq commented,
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.
-
andrewq commented,
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...