View Single Post
  #1  
Old 05-28-2014, 02:09 PM
Marco Marco is offline
Member
 
Join Date: Apr 2014
Posts: 5
Turn off collision of mainview partially

Hi everyone,

what I'm trying to achieve is to get rid of the MainView percepting physical effects (partially), while having collision detected... IN MORE DETAILS:

In my scenery the user should be flying around inside a giant ball in free flow. So any gravity affecting the Mainview should be turned off. The user shouldn't be able to leave the environment, so this giant ball needs collision, right? Maybe by linking something collidable to the Mainview to avoid gravity!?

LET'S GO ON:
Inside of the ball there'll be about 26 smaller balls rotating/flying around the user.

There's one specific ball the user will have to collide with - without being affected by physical effects - but, of course I need the collision to be detected to go on with some things. Let's say he won the game.

THE SAME THE OTHER WAY AROUND:
Would the user hit one of the 'wrong' balls - not being affected by physics - the game would be lost.

So... I'm sneaking around here for days now, reading posts and trying out things... disabeling PHYSICS or DYNAMICS or COLLISION on nodes...

Can anyone provide me with a hint or some raw lines of code, how this could be done? I just can't find a solution for that.

Thanks in advance
M*
Reply With Quote