Collection of code snippets for 3D apps using ArcGIS API for JavaScript. 20 | Check out the code on Github. 21 | If you have some cool code snippet that takes your 3D app to the next level, open up a PR or add it to the issues.
22 |${item.description}
66 |
67 | ${item.code}
68 |
69 | ${(demo => {
70 | if(demo)
71 | return `${item.demo.text}`;
72 | else
73 | return "";
74 | })(item.demo)}
75 |