var fDesc=new Array(); fDesc[1] = ", complete and expandable. The concept behind the interface and work methods in Maya are extremely smart, and the program offers extreme control over every aspect of your work. The learning curve is steep though, so you will need to invest time in order to master this 3d beast."; fDesc[2] = "interaction between software running in a microcontroller and any analog or digital electronic device connected to it."; fDesc[3] = "developer’s website. This software provides a comprehensive tool box set for creating animated 3D models. Now we can design four legged characters, render complex scenes with multiple objects, shades and movements, map difficult geometry like a rollercoaster, etc."; fDesc[4] = "of games without having any knowledge on programming or 3D modeling. You will be able to design every aspect of your game, by using some built-in libraries, or using your own components."; fDesc[5] = "modes of play, accurate physics and modelling, play snooker and chat with others on the Internet."; fDesc[6] = "ClearView is a flight simulator of aircrafts and helicopters controlled by radio control. You will be able to control these amazing flying toys by using your keyboard, any Windows game pad, and a real radio transmitter connected with a special USB cable."; fDesc[7] = "adjustments, special FX and masks for transparency. It presents a variety of textures that you can modify."; fDesc[8] = "topics in electronics, mathematics, geometry, statistics, programming, chemistry and electricity. You will also be able to use Yenka to create lessons using its content."; fDesc[9] = "geometry is very intuitive and quick. The toolset is very complete, you can sculpt your models like clay and export them to a wide range of formats. Silo is a great professional modeler for a very affordable price."; fDesc[10] = "want. Of course, the design process is 100% visual with excellent drag&drop features. If you are an Eclipse user, you can get the corresponding plugin to get the most powerful combination of IDEs."; fDesc[12] = "for different purposes as virtual reality, games, modeling and any other application that need to use volume images. OSG can be added to the Microsoft Visual Studio projects and it can be used on any project that needs 3D images manipulation."; fDesc[13] = "castles, dragons, formula 1 cars, game characters, dolphins, buildings and even a skate board park!"; fDesc[14] = "create and edit models for 3D programming, or just to create great 3D art. Since MeshX uses DirectX for loading and rendering X files, there's no conversion involved, so when you save to file, what you see really is what you get. There are three lights which you can move and adjust, and you can capture the DirectX window to an image file at any time."; fDesc[15] = ", dragons, formula 1 cars, game characters, dolphins, buildings and even a skate board park!"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }