N3D (Basic functions) - 1Pupik1989/N3D GitHub Wiki

N3D.require

Example: Load module

N3D.require("Math","Graphics");

Example2: Load the module using a parameter in the script element

<script type="text/javascript" src="path/n3d.js" require="Math,Graphics"> //Code here or in another script tag </script>

⚠️ **GitHub.com Fallback** ⚠️