This is used for debugging, to see how an object within nested rgl subscenes is affected by their user matrices.
matrixSequence(tag, scene = scene3d())
# S3 method for matrixSequence
print(x, n = 5, ...)
A list containing records with entries as follows:
The object id
The object's vertices
The object's indices
A list of user matrices affecting this object
Which objects to report on?
The rgl scene to work from.
Object to print.
In the print method, how many vertices and indices should be printed?
Ignored.