virtual-puppet-project / vpuppr

VTuber application made with Godot 4
Mozilla Public License 2.0
721 stars 60 forks source link

Splash Window Modifications... #211

Closed mamarilmanson closed 10 months ago

mamarilmanson commented 10 months ago

Question: Where can I find the 3d model you were using for tracking? I can't find it... Thank you...

:)

mamarilmanson commented 10 months ago

RunnerItem.tscn is for preparation of getting runners from dummy or actual saved items... :)

you-win commented 10 months ago

Thanks for the PR!

Question: Where can I find the 3d model you were using for tracking? I can't find it... Thank you...

The test model is from the godot-vrm repo. It's actually a vrm reference model but it appears they removed it from that repo.

I've left some comments directly on the files.

In the future, you will want to work off of a git branch rather than master, since that will make syncing your changes with this repo difficult for you if vpuppr:master changes while you have commits on mamarilmanson:master.

mamarilmanson commented 10 months ago

Still new to git stuff... so I'm lost in every step of the way... :)