<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I'm testing the 3D view for PostGIS 3D gemetries. I create a cube using </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><pre style="font-size:12.6px;padding:7px 10px;font-family:"Source Code Pro",monospace;color:rgb(51,51,51);border-radius:4px;margin-top:0px;margin-bottom:0px;line-height:1.5em;word-break:break-all;word-wrap:normal;background-color:rgb(255,244,244);border:1px solid rgb(208,199,192);overflow:auto">  <span class="gmail-s1" style="color:rgb(64,112,160)">'POLYHEDRALSURFACE Z (</span>
<span class="gmail-s1" style="color:rgb(64,112,160)">    ((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)),</span>
<span class="gmail-s1" style="color:rgb(64,112,160)">    ((0 0 0, 0 1 0, 0 1 1, 0 0 1, 0 0 0)),</span>
<span class="gmail-s1" style="color:rgb(64,112,160)">    ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0 0)),</span>
<span class="gmail-s1" style="color:rgb(64,112,160)">    ((1 1 1, 1 0 1, 0 0 1, 0 1 1, 1 1 1)),</span>
<span class="gmail-s1" style="color:rgb(64,112,160)">    ((1 1 1, 1 0 1, 1 0 0, 1 1 0, 1 1 1)),</span>
<span class="gmail-s1" style="color:rgb(64,112,160)">    ((1 1 1, 1 1 0, 0 1 0, 0 1 1, 1 1 1))</span>
<span class="gmail-s1" style="color:rgb(64,112,160)">  )'</span><span class="gmail-p">::</span><span class="gmail-n">geometry</span><span class="gmail-p">,</span></pre><div class="gmail_default"><br></div>but if I enable the 3D renderer, only the bottom and the top (the two horizontal faces) are drawn. The vertical faces are invisible.</div><div class="gmail_default"><br></div><div class="gmail_default">Should I be creating the cube in some other way? Or is this an issue with the rendering? </div><div class="gmail_default"><br></div><div class="gmail_default">Regards,</div><div class="gmail_default">Anita</div></div>