3DArmory.com provides JS Tools & API’s to 3. party websites for using armory data. Right now our API is being developed, but for the moment we’ve have JS Tools ready to use.
For VBulletin integration help check the forum topic: http://www.3darmory.com/forum/showthread.php?t=122
For PHPBB integration help check the forum topic: http://www.3darmory.com/forum/showthread.php?t=123
Rendering Basic 3D Model on your website (api/toon)
Just insert this javascript code in your web page that you want to render the toon.
<script type=”text/javascript” src=”http://www.3darmory.com/api/toon/zone/realm/name/width/height”> </script>
It takes 5 parameters: zone, realm, toon name, width and height;
- Zone: The toon’s zone; eu,us,tw,kr,cn
- Realm: Toon’s realm.
- Toon Name: Toon’s name
- Width: Flash widget’s width
- Heigth: Flash widget’s height
Example output (<script type=”text/javascript” src=”http://www.3darmory.com/api/toon/eu/dunemaul/bonesoul/400/400″> </script>)
Rendering Detailed Toon Info on your website (api/toon_detailed) Just insert this javascript code in your web page that you want to render the toon.
<script type=”text/javascript” src=”http://www.3darmory.com/api/toon_detailed/zone/realm/name/width/height”> </script>
It again takes 5 parameters: zone, realm, toon name, width and height;
- Zone: The toon’s zone; eu,us,tw,kr,cn
- Realm: Toon’s realm.
- Toon Name: Toon’s name
- Width: Flash widget’s width
- Heigth: Flash widget’s height
Example output (<script type=”text/javascript” src=”http://www.3darmory.com/api/toon_detailed/us/whisperwind/kìtty/400/400″> </script>)




Are there any plans to let people access the 3D files directly, or is it just going to be viewing?