var fDesc=new Array(); fDesc[0] = "Graphics3D.NET is a powerful NET component for the quick development of 3D graphics or 3D data visualization applications. With the program, you can develop professional 3D visualization applications in minutes.

Graphics3D.NET features:

- 100% managed code
- Professional 3D model and data visualization technology
- Generic interfaces and base entities for display allows easy customization of any 3D model in your codes
- Standard 3D entity set and 2D entity help easily integrate 3D model and data visualization into applications
- Built-in serialization/deserialization allows you to save/restore entity, inherited entity, entity implementing provided interfaces with a line of code, and it ensures version compatible
- Easy implementation of user/mouse interaction with 3D model and data including selection, query, copy, move, and rotation.
- Various view modes facilitate 3D visualization
- Easy implementation of various rendering effect including shadow, reflection, fog, antialiasing, and environment mapping etc.
- Model import of .Dxf(AutoCAD), .Obj(Wavefront), .3ds(Autodesk 3ds Max)
- Fast 3D model rendering speed for .NET application"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }