Recent content by ThreeMarks

  1. T

    Optimal Outputs for Variable Inputs

    I'd like to write a computer program that is capable of finding a set of outputs from varying properties of set of inputs. So, for example, there are 10 possible inputs. Each input has, say, three shared properties and each of the inputs has verying values for those properties. E.g. we have a...
  2. T

    Can BSP Trees Be Used for Internal Collision Detection?

    Hi, I've got a problem with collision detection of which I am struggling to find a solution. In the simplest case, I would have a sphere whose movement would be constrained inside a closed arbitrarily-shaped object. I have been looking into BSP trees which split the shape into chunks...
Back
Top