• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[Solved] A simple donut collision-shape for mouse collision

Uncle

Warcraft Moderator
Level 65
Joined
Aug 10, 2018
Messages
6,703
Hey gang, I'm struggling trying to get this to work. I need a model that will go where the Arcane Vault in the picture is, but with a collision shape like you see in the image (red hollow square). It's important that the center is empty since I want users to be able to click the Arcane Vault. Basically, I have two units where that Arcane Vault is, and at the moment both units are fighting for mouse control which I was hoping I could avoid by doing this. Thanks!

collision shape request.png

The model itself could just be a basic shape, I'm going to set the Transparency to 0% so it's not visible. I simply want users to be able to click between the Arcane Vault and the Unit that will use this new model without any conflicts.
 
Last edited:

Uncle

Warcraft Moderator
Level 65
Joined
Aug 10, 2018
Messages
6,703
Hi, unfortunately it doesn't work but I appreciate the effort! I believe the issue is related to the empty model, I think it'll only detect mouse collision where there is an actual model to select. I'll have to experiment with it some more.

Edit: That seems to be the case.
 
Last edited:
Top