<div class="gmail_quote">2011/3/10 Alexandre Julliard <span dir="ltr">&lt;<a href="mailto:julliard@winehq.org">julliard@winehq.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">Matteo Bruni &lt;<a href="mailto:matteo.mystral@gmail.com">matteo.mystral@gmail.com</a>&gt; writes:<br>
<br>
&gt; 2011/3/10 David Adam &lt;<a href="mailto:david.adam.cnrs@gmail.com">david.adam.cnrs@gmail.com</a>&gt;:<br>
&gt;&gt; Thanks for the feedback. What do you mean by &quot;you are forcing a particular<br>
&gt;&gt; vertex ordering3&quot;?<br>
&gt;<br>
&gt; I mean that you are testing the vertices of the mesh returned by<br>
&gt; D3DXCreateBox in the order generated by native d3dx9, while they could<br>
&gt; in general be in any order while still making up a box. That&#39;s not a<br>
&gt; problem in my opinion because our implementation (when it will be<br>
&gt; written :)) could generate the vertices with the same ordering without<br>
&gt; any issue.<br>
<br>
</div>There&#39;s no reason for the tests to require that. Also, hardcoding the<br>
full list of vertices is ugly (and in the case of the teapot, clearly<br>
absurd).<br>
<font color="#888888"><br>
--<br>
Alexandre Julliard<br>
<a href="mailto:julliard@winehq.org">julliard@winehq.org</a><br>
</font></blockquote></div><br>Must I pick up only a few vertices and test them? Or I do not test the vertices returned by D3DXCreateBox<br><br>A+<br><br>David<br>