Here is my code that I use to connect
<babylon templates.nav-bar.html="<div/>" templates.loading-screen="false" templates.zoom="false" screen="false" skybox="false" ground="false">
<engine antialiasing="true"></engine>
<model url="<? echo CFile::GetPath($infoProd['PICTURE_3D_']) ?>"></model>
<camera lower-radius-limit="0">
<behaviors>
<auto-rotate type="0"></auto-rotate>
<framing type="1" zoom-on-bounding-info="false" zoom-stops-animation="true">
</framing>
<bouncing type="0"></bouncing>
</behaviors>
</camera>
<scene>
<clear-color r="0" g="0", b="0" a="0"></clear-color>
<textures procedural-textures-enabled="true"></textures>
</scene>
</babylon>
how to increase this parameter anisotropicFilteringLevel ?
the default value is 4, I would like to set this parameter to 16 for better quality