Search found 3 matches

by jakovd
Thu Dec 01, 2011 1:21 pm
Forum: Questions and Help
Topic: Where to find CollisionResponseSettings?
Replies: 1
Views: 2106

Where to find CollisionResponseSettings?

I'm having the same problem that was mentioned on this forum several times. The solution is, as Norbo explained, to fix CollisionResponseSettings.BouncingVelocityThreshold. Now, I'm obviously missing some important documentation understanding skills cos I can't seem to find it in code. Okay, I found...
by jakovd
Wed Nov 30, 2011 2:06 pm
Forum: Questions and Help
Topic: Help on StaticMesh and Entity
Replies: 7
Views: 7161

Re: Help on StaticMesh and Entity

So I have a 3D model of the playing field (implemented as a thin cylinder), for which I created a StaticMesh (I assume this is correct way to go for a playing field). I have a 3D model of a ball (implemented as a sphere). (...) What I am observing is that if I throw the ball towards the ground, it ...
by jakovd
Mon Oct 31, 2011 10:40 am
Forum: Questions and Help
Topic: Rotating around different rot. center
Replies: 1
Views: 2082

Rotating around different rot. center

I want to rotate an entity around a position that is different than its center of mass / center of bounding volume.
Is entity.CollisionInformation.LocalPosition intended for this?