Sponsored By

Solid 3 Collision Detection Library Released

CEBRA is releasing Solid 3, a software library for collision detection of geometric objects in 3D space. New features as well as improvements for robustness and performan...

Game Developer, Staff

July 19, 2002

1 Min Read

CEBRA is releasing Solid 3, a software library for collision detection of geometric objects in 3D space. New features as well as improvements for robustness and performance have been added. The most important changes in Solid 3 include:

  • The use of a 32-bit floating-point format to better support games and other interactive applications that run on current PC graphics hardware and consoles.

  • Penetration-depth computation as a new response type. The penetration depth can be used as an approximation of the contact point and contact plane, which are necessary for physics-based simulation.

  • Multiple scenes. It is possible to maintain at the same time a sound scene, a scene used for visibility culling, and a scene for physics simulations, without the objects in different scenes interfering with each other.

  • Expansion of objects. Objects can be expanded spherically, i.e., a margin that defines the radius of the sphere that is 'added' can be set for each object. The object is the set of points whose distance to the shape is at most the margin. Margins are useful for creating objects with rounded edges, or 'sensitive' areas around an object.

CEBRA offers binary SDKs of Solid 3 for Windows and Linux. Use of the SDK is free for non-commercial use, but commercial use requires a per title license fee of 10,000 Euros.

Daily news, dev blogs, and stories from Game Developer straight to your inbox

You May Also Like