VRCBilliards / vrcbce

VRCBilliards: Community Edition
MIT License
300 stars 36 forks source link

Regarding replacing the table mesh with a custom-made model #169

Open Scourgewolf opened 1 year ago

Scourgewolf commented 1 year ago

I wanna look into maybe modeling a different table theme to coincide with a bar I'm maintaining, but I wanted to ask here if it's possible currently without breaking the prefab or its scripts.

I'm asking because:

I'm assuming I just replace the mesh in the renderer component and reposition the colliders for each hole but I wanted to know if there was more to it than that.

FairlySadPanda commented 1 year ago

Hey, it's totally possible: you'll want to keep the table size and hole locations the same, but there are already about four pool table remeshes. You can refer to Juice's CottonFox variant for how extreme you can go.

Scourgewolf commented 1 year ago

Hey, it's totally possible: you'll want to keep the table size and hole locations the same, but there are already about four pool table remeshes. You can refer to Juice's CottonFox variant for how extreme you can go.

Dope, will do.