Index: object.h
===================================================================
--- object.h	(revision 620)
+++ object.h	(revision 621)
@@ -50,6 +50,10 @@
 If this object was not already loaded, this function will do it for you.
 **/
 
+__rayapi void raydium_object_translate(GLuint obj,GLfloat tx,GLfloat ty,GLfloat tz);
+/**
+Modify object center 
+**/
 __rayapi void raydium_object_deform (GLuint obj, GLfloat ampl);
 /**
 Early devel state. Useless as is.