jnsmalm / pixi3d

The 3D renderer for PixiJS. Seamless integration with 2D applications.
https://pixi3d.org
MIT License
759 stars 44 forks source link

Example.js is missing #47

Closed Unwarped closed 3 years ago

Unwarped commented 3 years ago

I wanted to test this out but it seems the .js file is missing in the examples folder. Index.html: <script src="example.js"></script>

jnsmalm commented 3 years ago

The example.js file only exist when the running the command explained at https://github.com/jnsmalm/pixi3d#examples

Before running that command you need to run npm install.

Unwarped commented 3 years ago

Excellent thank you jnsmalm. Keep up the great work with Pixi3D I am really enjoying it so far. The integration right into PixiJS is really cool!

jnsmalm commented 3 years ago

Thanks!