Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 120751
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T03:51:39+00:00 2026-05-11T03:51:39+00:00

I have a simple 3D cube that I can rotate using the following code:

  • 0

I have a simple 3D cube that I can rotate using the following code:

void mui3D_MouseDown(object sender, System.Windows.Input.MouseButtonEventArgs e) {             RotateTransform3D rotation = new RotateTransform3D(new AxisAngleRotation3D(new Vector3D(0, 1, 0), 0), mui.Model.Bounds.Location);              DoubleAnimation rotateAnim = new DoubleAnimation(0, 130d TimeSpan.FromMilliseconds(3000));              rotateAnim.Completed += new EventHandler(rotateAnim_Completed);               mui.Transform = rotation;              rotation.Rotation.BeginAnimation(AxisAngleRotation3D.AngleProperty, rotateAnim);     } 

Each time it executes, this code rotates the cube using an animation around the Y axis from an angle of 0 to 130 degrees.

However I would like to apply the rotation ‘cumulatively’ so that the any previous rotation is taken into account and the cube commences each rotation from the angle it finished the previous rotation.

For example: the animation constructor, instead of requiring a ‘from’ and ‘to’ value for the angle, simply rotates the cube an an additional 130 degrees based on whatever the current rotation angle is.

I could easily use a member variable that contains the current angle, pass it to the animation and then update it when the animation has completed. But I’m wondering if there is a standard approach using WPF to achieve this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T03:51:40+00:00Added an answer on May 11, 2026 at 3:51 am

    I’m sure there’s a method for retrieving the current Euler rotation angle in degrees from the object’s transformation matrix. You could then use that as the ‘from’ value and animate to the ‘to’ value.

    Failing that, simply create a variable somewhere in your application that remembers the number of degrees the cube as been rotated. Each time the function is run just add the number of degrees you’d like it to rotate and then store the result back in your variable.

    some pseudo-code:

    angle = 0 function onClick:     new_angle = angle + 30     Animate(angle, new_angle)     angle = new_angle 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 95k
  • Answers 95k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Search for the articles: Using the Whiteboard component Creating a… May 11, 2026 at 7:03 pm
  • Editorial Team
    Editorial Team added an answer Create a view that creates a UNION of the two… May 11, 2026 at 7:03 pm
  • Editorial Team
    Editorial Team added an answer I'm using the combination Grails + ExtJS a lot and… May 11, 2026 at 7:03 pm

Related Questions

I'd like to display 100 floating cubes using DirectX or OpenGL . I'm looking
I have a simple extender component that draws 3D borders around any Control. In
I have a simple GUI component written in Java. The class draws an analog
I have a multi-threaded C++ app which does 3D rendering with the OpenSceneGraph library.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.