Message Boards Message Boards

[?] Rotate a 3D Object?

Posted 6 years ago

I want to rotate earth about z axis but it gives me error that object is not 3d Graphics

enter image description here

3 Replies

Use Show rather than Graphics3D…

POSTED BY: Sander Huisman

You apply GeometricTransformation to the primitives of Planet, that you extract with [[1]]:

Graphics3D[
 GeometricTransformation[Planet[[1]], 
  RotationTransform[Pi/3, {0, 0, 1}]]]
POSTED BY: Gianluca Gorni

Sorry, this is the right answer… I didn't quite understand what was done…

POSTED BY: Sander Huisman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract