<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>I've gotten VS Code somewhat working. So far, C# looks okay.</div><div><br></div><div>C++ has some issues related to Java heritage, see <span style="color:rgb(78,201,176);background-color:rgb(30,30,30);font-family:Consolas,"Courier New",monospace;font-size:14px;white-space:pre">ArrayIndexOutOfBoundsException</span></div><div><br></div><div>I don't know if that's been mentioned yet.</div><div><br></div><div><img src="cid:ii_ldc5czwk0" alt="image.png" width="417" height="235"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 25, 2023 at 2:39 PM John Carlson <<a href="mailto:yottzumm@gmail.com">yottzumm@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">I concur with Doug on not being able to compile C++ SAI, see .h files (you can actually compile .h files, or use allclasses.cpp).<div><br></div><div><a href="https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/stylesheets/cpp/" target="_blank">x3d / Code / [r34727] /www.web3d.org/x3d/stylesheets/cpp (sourceforge.net)</a><br></div><div><br></div><div>I don't think anyone has addressed C# yet? I will try launching Visual Studio.</div><div><br></div><div>John</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jan 14, 2023 at 2:37 PM GPU Group <<a href="mailto:gpugroup@gmail.com" target="_blank">gpugroup@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><a href="http://www.web3d.org/specifications/ISO-IEC19777/ISO-IEC19777-3v3.3-DIS/Part03/functions.html#Matrix3" target="_blank">http://www.web3d.org/specifications/ISO-IEC19777/ISO-IEC19777-3v3.3-DIS/Part03/functions.html#Matrix3</a> <br></div><div dir="ltr">didn't compile for me > evidence that it was never tested by compiling. Recommend compile checks on language translations.</div><div dir="ltr">-Doug Sanden</div><div dir="ltr">...<br><div><a href="https://drive.google.com/file/d/1-35F-a5YTxhEUjAvRpiaccTkcYlaXQM5/view?usp=sharing" target="_blank">https://drive.google.com/file/d/1-35F-a5YTxhEUjAvRpiaccTkcYlaXQM5/view?usp=sharing</a> </div><div>- a little C program I did to test Matrix3 and Matrix4, showing how I modified structs 2 different ways, with commented lines scraped from above spec not compiling.</div><div><br></div><div><br><div>console output</div></div><div><div>Hello web3d C-SAI world</div><div>mat3 initialized elements 1 to 9</div><div>1.000000 2.000000 3.000000</div><div>4.000000 5.000000 6.000000</div><div>7.000000 8.000000 9.000000</div><div>mat3 transposed</div><div>1.000000 4.000000 7.000000</div><div>2.000000 5.000000 8.000000</div><div>3.000000 6.000000 9.000000</div><div>mat3 set to identity</div><div>1.000000 0.000000 0.000000</div><div>0.000000 1.000000 0.000000</div><div>0.000000 0.000000 1.000000</div><div><br></div><div><br></div><div>matr initialized elements 1 to 16</div><div>1.000000 2.000000 3.000000 4.000000</div><div>5.000000 6.000000 7.000000 8.000000</div><div>9.000000 10.000000 11.000000 12.000000</div><div>13.000000 14.000000 15.000000 16.000000</div><div>mat4 transposed</div><div>1.000000 5.000000 9.000000 13.000000</div><div>2.000000 6.000000 10.000000 14.000000</div><div>3.000000 7.000000 11.000000 15.000000</div><div>4.000000 8.000000 12.000000 16.000000</div><div>mat4 set to identity</div><div>1.000000 0.000000 0.000000 0.000000</div><div>0.000000 1.000000 0.000000 0.000000</div><div>0.000000 0.000000 1.000000 0.000000</div><div>0.000000 0.000000 0.000000 1.000000</div></div></div></div></div></div>
_______________________________________________<br>
x3d-public mailing list<br>
<a href="mailto:x3d-public@web3d.org" target="_blank">x3d-public@web3d.org</a><br>
<a href="http://web3d.org/mailman/listinfo/x3d-public_web3d.org" rel="noreferrer" target="_blank">http://web3d.org/mailman/listinfo/x3d-public_web3d.org</a><br>
</blockquote></div>
</blockquote></div></div></div></div>