restore original position

Hi:

Say I have an object that can be rotated, translated, zoomed, etc., but I want the user to be able to restore the original position of the object.

What is the best technique for saving the original position and restoring it?

Thank you

You can store it in a variable.
Or store the matrix of its original position.

Originally posted by brdudley:
[b]Hi:

Say I have an object that can be rotated, translated, zoomed, etc., but I want the user to be able to restore the original position of the object.

What is the best technique for saving the original position and restoring it?

Thank you

[/b]