Code
<image type="CUBE" multires="true" baseindex="0" tilesize="512" devices="!androidstock|webgl">
<level tiledimagewidth="8192" tiledimageheight="8192">
<front url="/panos/73/0/3/%v_%u.jpg"/>
<right url="/panos/73/1/3/%v_%u.jpg"/>
<back url="/panos/73/2/3/%v_%u.jpg"/>
<left url="/panos/73/3/3/%v_%u.jpg"/>
<up url="/panos/73/4/3/%v_%u.jpg"/>
<down url="/panos/73/5/3/%v_%u.jpg"/>
</level>
....
</image/>
Display More
I have a multires cube scene with a beautiful view of a trail. What I want to achieve is to overlay a line-drawing of the trails itself which I can toggle on and off. Any idea on how I can achieve this? Thanks in advance!
This is want I want to achieve.