Dante-666 / bouncy-ball

hello world game for g3d development and learning
1 stars 0 forks source link

Dimension of collision shape to be auto deduced if not given #14

Open Dante-666 opened 4 years ago

Dante-666 commented 4 years ago

Some bounding box method has to be employed to get the actual dimensions that the Mesh occupies and generate the shape from that. In case a dimension is provided, then ignore the previous method.

Dante-666 commented 4 years ago

Will create more problems than it fixes.

Dante-666 commented 4 years ago

Maybe not so hard, we have bounding box information which can be used for basic support.

Dante-666 commented 3 years ago

The bounding box creates some segVs in the G3D Codebase probably, investigate that a bit more.