Index: trunk/src/engine/model_manager.cc
===================================================================
--- trunk/src/engine/model_manager.cc	(revision 526)
+++ trunk/src/engine/model_manager.cc	(revision 527)
@@ -85,4 +85,13 @@
 	}
 
+	if ( table.has_field( "phx_hextents" ) )
+		node->phx_hextents = table.get<vec3>( "phx_hextents", vec3() );
+	if ( table.has_field( "phx_offset" ) )
+		node->phx_offset = table.get<vec3>( "phx_offset", vec3() );
+	if ( table.has_field( "phx_mass" ) )
+		node->phx_mass = table.get<float>( "phx_mass", 0.0f);
+	if ( table.has_field( "phx_mass" ) )
+		node->phx_shape = nv::phx_shape( table.get<int>( "phx_shape", 0 ) );
+
 	if ( table.has_field( "local_position" ) )
 		node->local.set_position( table.get<vec3>( "local_position", vec3() ) );
