Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by sanks007 · May 07, 2013 at 04:34 AM · rotationtransformaxis

Tilting of tetrahedron

1) Our game has a tetrahedron wherein 3 faces (Red, Green & Blue) are visible & 1 face (Black )is down. 2) The game needs to move tetrahedron by tilting in any direction along its edge & not vertex. ie If I tilt from Green side then Green face goes down. 3) Next after tilting I need to rotate the tetrahedron in the new position itself. 4) This process will be repeated for entire game with this tetrahedron.

The problems are 1) In case of cube if I tilt it along the edge then the axis is also tilted by 90deg. So after every tilt I get any one axis pointing upwards which makes it easy to pivot that axis for doing rotation at that position itself. 2) Now in case of a tetrahedron, after tilting there is no certainty of getting any one axis pointing upwards. This makes it difficult to do subsequent tilting as the axis for edge is not at an odd angle. 3) Also since no vertical axis exits at 90deg doing rotation is also not possible......

How should we go about achieving repeated tilting & rotation for a tetrahedron??

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by robertbu · May 07, 2013 at 05:26 AM

My first thought would be to "instrument" the tetrahedron using empty game objects. For each face, place an empty game object on the center of the edge such the empty game object's "down" would face down if that edge was touching the surface. You will then need to link the three game object somehow and associate them with the face (might make all there children of yet another empty game object). When a face is hit, compare the down of all three empty game object associated with that side. The one with the closest match (should be near perfect) will associated with the edge to use. This object will both identify the edge and give you the vector to use for the angle axis rotation.

I'm fuzzy on point #3 above "in the new position." I'm assuming you want to rotate the tetrahedron so that some side is facing forward. You can raycast and find the normal of the "front" face and use it to rotate the object correctly.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

12 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

How to lock a transform's local up axis rotation on any surface 1 Answer

How do I make one transform rotation the same as anothers? 2 Answers

Problem using Quaternion.AngleAxis around transform.up 1 Answer

Problem changing rotation of 3rd Person Controller 1 Answer

Follow x rotation of a target object. 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges