Author Topic: Brick Collision Model  (Read 1837 times)

Could someone make this brick collision model for me please? I'll give you credit.

« Last Edit: December 19, 2012, 03:01:12 PM by jes00 »

« Last Edit: December 19, 2012, 03:44:59 PM by MARBLE MAN »

sure thing! Here:
Brick_Crate.zip


He wants a complex collision.

I'm a bit busy at the moment, doubt I'll be able to do it.

He wants a complex collision.

I'm a bit busy at the moment, doubt I'll be able to do it.
like, each one has its own collision?



36 faces in total. 28 if a face is able to have holes in it.

36 faces in total. 28 if a face is able to have holes in it.
BLB cuboid collision work with volumes, not faces. OP's bricks would have 7 cuboids if he wants to be fancy but just 1 would work too.


Brick_CrateCol
fixed your collision
): No. I need a DTS model in the shape of the brick.

): No. I need a DTS model in the shape of the brick.
No you don't. In fact you could just write the collision coordinates right into the BLB. It's not that difficult.

No you don't. In fact you could just write the collision coordinates right into the BLB. It's not that difficult.
I thought if the collision was not a cube than you needed a model. : /

Were would I write that? In the coverage or something?

I thought if the collision was not a cube than you needed a model. : /

Were would I write that? In the coverage or something?
You can make the collision for that brick using 7 cuboids. Here's an example of a 1x1x1 collision.

Code: [Select]
1 1 3
SPECIAL

u
x
d

1

0 0 0
1 1 3
COVERAGE:
0 : 99
0 : 99
0 : 99
0 : 99
0 : 99
0 : 99

You can make the collision for that brick using 7 cuboids. Here's an example of a 1x1x1 collision.

Code: [Select]
1 1 3
SPECIAL

u
x
d

1

0 0 0
1 1 3
COVERAGE:
0 : 99
0 : 99
0 : 99
0 : 99
0 : 99
0 : 99
That's cool. So for this:
Code: [Select]
0 0 0
1 1 3
It's 0 for X and 0 for Y and 0 for height?
     1               1              3

EDIT: Cool. I learned something new about making bricks today :)
« Last Edit: December 21, 2012, 08:29:48 AM by jes00 »

It's YXZ. 3 wide, 1 deep and 2 plates tall would be.
Code: [Select]
1

0 0 0
1 3 2