Newer
Older
AegisforEcosystem / next / AR.js-3.4.0 / three.js / src / threex / threex-artoolkitprofile.js
@KAOKA Daisuke KAOKA Daisuke on 31 May 2022 471 bytes into AR.js
import Profile from "./arjs-profile";
/**
 * ArToolkitProfile helps you build parameters for artoolkit
 * - it is fully independent of the rest of the code
 * - all the other classes are still expecting normal parameters
 * - you can use this class to understand how to tune your specific usecase
 * - it is made to help people to build parameters without understanding all the underlying details.
 */

const ArToolkitProfile = Profile;

export default ArToolkitProfile;