Game Development Community

Several newbie questions

by Pavel Tovarys · in Torque Game Engine · 03/17/2007 (9:54 am) · 2 replies

Hello,
I have several questions, I found the most answers on the web, but not all, so if anybody can help me. Sorry for my bad English.

1. How to change the transparency of a object/shape

2. How to change blending type of the shape (from normal to aditive etc)

3. I need an object that detects collisions, but it has no physic collision (I can walk though the shape). There is possibility to set collision parameters in Item, but the Items are not drawn as other shapes (if I have Item and Static shape, the Item has different colors)

Thank you,
Pavel T..

#1
03/18/2007 (9:11 am)
I found some info how to create the Item collidable. It works, but there are still the physic collision. How to turn it off? THanks for any help!
#2
03/20/2007 (3:49 pm)
1) Change the texture on the object

2) You would have to change the source code

3) Use a Trigger and a Shape with no collision mesh