Jump to content
Everywhere

Search the Community

Showing results for tags 'Shape'.

  • Search By Tags

    • shape ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 5 results

  1. 0 downloads

    PavingStones053 PBR materialCC0 Public Domain
  2. Hey guys, What I have is a large dynamic mesh, and Shape::PolyMesh() takes too long to be used in real-time. I want the shapes vertices to change along with the mesh's without using Shape::PolyMesh() all the time. Is it possible to manipulate the vertices of a shape without re-generating it...
  3. How do you assign a shape to an object so the character doesn't walk right through it? There used to be a convenient and easy-to-use tool under the physics tab but now its gone Thanks
  4. Is it possible to create a custom shape for collision without using Shape::PolyMesh(surface)? It seems like a waste creating the surface just to create a shape from it. Can I make the shape in a similar way to creating a surface? Because Shape::PolyMesh is slowing my game down. More Info: I a...
  5. So I have a player and a weapon. I pickup the weapon by parenting it to my entity. I drop the weapon by calling weaponentity:SetParent(nil) and then it drops like it should. My problem is that the weapons collision shape doesn't change back to normal when it drops. I imagine that it keeps the...
×
×
  • Create New...