2

running on macbook iOs X(yosemite) and chrome browser,

i try to view an archilogic model:

Model Used

in https://appcreator.3d.io/

but the result doesn't seem to display the same lightmaps mapping on interiors:

https://app.3d.io/lLOkYR

BABA
  • 129
  • 5
  • Can you give an example on how that's not the same lightmap? I'm seeing the same results in both URLs (but admittedly the lighting setup in A-Frame seems different) – geekonaut Oct 12 '17 at 12:44
  • 1
    thanks for getting back @geekonaut. guess it's my computer then. see comparing screen capture, left window is 3d.io right is spaces. https://gfycat.com/gifs/detail/WeightyJaggedElver – BABA Oct 12 '17 at 17:42
  • Noo, sorry . I didn't read this one right, I think. I saw the lightmap for outside but in the living room, I'm also not seeing it. Great question! – geekonaut Oct 12 '17 at 21:12

1 Answers1

0

This might be due to the fact that the lighting system in spaces editor is a different one than the lighting system in aframe. I recommend you to adjust the lighting in your aframe scene using the following parameters (search for these values inside your html code in the app creator): lightMapIntensity: 1.887; lightMapExposure: 0.55 also you can adjust overall lighting intensity by modifying: <a-scene io3d-lighting="intensity:0.9">

tomas polach
  • 153
  • 1
  • 9