Support (Read Only) > Suggestions

-

<< < (2/2)

Boardtech:
The same way that you right click with no collide tool

Tomcat:

--- Quote from: coolzeldad on January 11, 2011, 10:50:05 PM ---Do you know exactly how it achieves no collisions without constraints?

I can download and look I suppose

--- End quote ---

   if IsValid(prop) then
         prop:SetColor(v.r,v.g,v.b,v.a)
         if onoff == 1 then
            group = COLLISION_GROUP_WORLD
         end
         if onoff == 0 then
            group = COLLISION_GROUP_NONE
         end   
         SetGroup(_,prop,{Group = group})

Collision Groups

coolzeldad:

--- Quote from: Tomcat on January 12, 2011, 02:52:47 PM ---   if IsValid(prop) then
         prop:SetColor(v.r,v.g,v.b,v.a)
         if onoff == 1 then
            group = COLLISION_GROUP_WORLD
         end
         if onoff == 0 then
            group = COLLISION_GROUP_NONE
         end   
         SetGroup(_,prop,{Group = group})

Collision Groups



--- End quote ---

didn't know that saved in dupes ;o

Navigation

[0] Message Index

[*] Previous page

Go to full version