Skip to content

Commit

Permalink
fix(local): add prop3d.orientation for local rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 26, 2024
1 parent 3cd03dd commit 812c6d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trame_vtk/modules/vtk/serializers/actors.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def generic_actor_serializer(parent, actor, actor_id, context, depth):
"origin": actor.GetOrigin(),
"position": actor.GetPosition(),
"scale": actor.GetScale(),
"orientation": actor.GetOrientation(),
# vtkActor
"forceOpaque": actor.GetForceOpaque(),
"forceTranslucent": actor.GetForceTranslucent(),
Expand Down

0 comments on commit 812c6d1

Please sign in to comment.