Replies: 2 comments 1 reply
-
Could it be any difference between the TypeScript config files? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I narrowed down the problem. In my existing project I am using @pixi/math-extra, which I import in a handmade bundle PIXI.ts file that I use. I'll create an issue for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been getting these compile errors when trying to use PIXI 3D.
I am just doing this:
And I get these compile errors.
For some reason I only get this error on my existing PIXI project, I tried using your template project but I didn't receive any error about DisplayObject, any clue why that is?
I'm using the same PIXI.js and PIXI-3D.js versions for both the existing and new project.
Beta Was this translation helpful? Give feedback.
All reactions