I am new to AR.js and want to make a very simple demo with AR.j. I get a 3d scanning model from sketchfab,and put it into AR.js.
I tried light="type: point" intensity: 5.1
, but the light doesn't looks like the model on sketchfab. When I tried with light="type: ambient"
, the whole model is black.
<a-entity id="point_light_1" light="type: point; intensity: 5.1;" position="0 0 0"></a-entity>
Here is the example from sketchfab and what I get. How could I get the same render effect like sketchfab shows?