pmndrs / examples

🍱 A monorepo holding pmndrs demos
https://pmndrs.github.io/examples/
MIT License
19 stars 6 forks source link

Copyright question regarding 3D models in the examples #10

Closed MChangFoundry closed 4 months ago

MChangFoundry commented 4 months ago

Per the title, are the 3D models in the examples copyrighted? If not, is there any information on the license for them?

MChangFoundry commented 4 months ago

@abernier Love your monitors example btw! Do you own the 3D assets used in that example?

abernier commented 4 months ago

authors of apps/ are the owner of the historic CSB defined in the link you have into apps//package.json#homepage eg:

https://github.com/pmndrs/examples/blob/bcf2ceb55a26a5ecb272fc396a3ca919f922e7c7/apps/monitors/package.json#L5

license are referenced directly into the code, eg:

https://github.com/pmndrs/examples/blob/bcf2ceb55a26a5ecb272fc396a3ca919f922e7c7/apps/monitors/src/Computers.jsx#L14-L19