DigitalLibrarian / VS2010Projects

Bunch of unorganized mess
1 stars 1 forks source link

Materials System #2

Open DigitalLibrarian opened 8 years ago

DigitalLibrarian commented 8 years ago

Materials System

Each voxel has a material associated with it. This material model hasn't been nailed yet, but it should have these properties :

(There will likely be more, but consider this set for now)

DigitalLibrarian commented 8 years ago

In the real world the density of a material varies with temperature and pressure. Large features found the solution of these curve imply the "phase state", like solid, gas, liquid, etc. Since the above model includes having those phase change temperature (like boiling point), I'm still on the fence as to how density should be modeled in our system.

Food for thought: https://en.wikipedia.org/wiki/Density

It will likely that there will be a standard parameterized curve that works for any material, where each "phase" can be stretched or expanded, depending on the material properties. Still thinking about it..