Search found 1 match

by wtcoggins
Fri Oct 29, 2021 11:08 am
Forum: Developer's Forum for Windows
Topic: Web app support
Replies: 6
Views: 40343

Re: Web app support

I'm baaaaaaccckkk! Different company, same problem. I'm working on a 3D web app in Typescript. Typescript is not a friend to requirejs, it prefers import * as CONNEXION from `../../3dconnexion.min.js` However when I try this let mouse3D = new CONNEXION._3Dconnexion(this) what I get is a compile erro...