polyhedron

I need the 12 number sequence for a polyhedron sphere or a similar shape.
(I need this for a trigger)

I've done some goggling and found only formulas.

please help

Comments

  • polyhedron = "0.0000000 1.0000000 0.0000000 1.0000000 0.0000000 0.0000000 -0.0000000 -1.0000000 -0.0000000 -0.0000000 -0.0000000 1.0000000";

    ?
  • Thats a square.
    But thank your for the input.
  • edited July 2009
    new Trigger(name) {
    position = "? ? ?";
    rotation = "? ? ? ?";
    scale = "? ? ?";
    dataBlock = "?";
    lockCount = "0";
    homingCount = "0";
    polyhedron = "0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 -0.0000000 -1.0000000 -0.0000000 -0.0000000 -0.0000000 1.0000000";
    };

    this what youre after? if not ill stop trying to help :x
    http://www.tribaloutpost.com/forums/ is where i find most answers to my problems, might be worth searching there
  • Try playing with the numbers some.
  • The polyhedron type is really a quadrilateral and consists of an corner point follow by three vectors representing the edges extending from the corner.
Sign In or Register to comment.