Mining Companies Borrow From Gamers' Physics Engines
littlekorea writes "Mining companies are developing new systems for automating blasting of iron ore using the same open source physics engines adapted for games such as Grand Theft Auto IV and Red Dead Redemption. The same engine that determines 3D collision detection and soft body/rigid body dynamics in gaming will be applied to building 3D blast movement models — which will predict where blasted materials will land and distinguish between ore and waste. Predictive blast fragmentation models used in the past have typically been either numerical or empirical, [mining engineer Alan Cocker] said. Numerical models such as discrete element method, he noted, are onerous to configure and demanding of resources — both computing and human — and are generally not appropriate for operational use at mines. 'The problem with empirical models, by contrast, is that they tend to operate at a scale too coarse to give results useful for optimizations,' he added, noting typical Kuz-Ram-based fragmentation models (PDF) (widely used to estimate fragmentation from blasting) assume homogeneous geology (the same type of materials) throughout a blast."
This is rather notable in that it's the first article I've seen in a while that talks about both GPU-compute and mining without being about Bitcoin.
...when you're writing a game...tweak the difficulty of "Easy" to something [your mother] can cope with. -- onion2k
Cause the physics in video games are mostly there for looks and are highly inaccurate
adapted for games such as Grand Theft Auto IV
1) Blast the rock into pieces.
2) Slap the pieces until the metal falls out.
3) Profit!
We can model that too.
The engine name is Bullet and it's pretty good to work with. I have done some AR stuff with it:
http://www.youtube.com/watch?v=UpBL6eqcJ6A
http://www.youtube.com/watch?v=tnaIVvNKjek
As awesome as Bullet is as a physics engine, it was meant for realtime gaming to precise simulation.
THANK you, this isn't some game physics engine, its a physics engine for simulation that's commonly used for games. its also featured in blender. Its open source! that should have been in the summary for this audience.