Search the Community
Showing results for tags 'Shape'.
-
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...
-
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
- 2 replies
-
- Leadwerks 3.5
- Shape
-
(and 1 more)
Tagged with:
-
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...
-
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...