0
votes
1answer
28 views
Rotate around a specific point in Java3D
I'm importing 2 models in Java3D, scaling them down and then rotating one of them using a RotationInterpolator
However, this rotates the object around the origin. I want to rotate the object around …
1
vote
2answers
28 views
Resizing UINavigationBar on rotation
I have a subclass of UIViewController which handles a UIView. The viewcontroller is presented modally (it slides up from the bottom of the screen). At the top of the view, i have added a navigation …
1
vote
3answers
96 views
How to resolve this rotation problem?
Hey there
For sure this is very trivial math stuff for some of you.
But: When I rotate a view, lets say starting at 0 degrees and rotating forward 0.1, 1, 10, 100, 150, 160, 170, 179, 179,999, and …
0
votes
4answers
72 views
Flash AS3: How to gradually limit rotation of an object influenced by y position of mouse
Hi,
I have created a flash app in which there is a circle with circles plotted along it's circumference, it is rotated when the mouse is moved up or down. The rotation is drawn directly from the y …
0
votes
2answers
62 views
Any free polygon library for the iPhone?
I need a library that can manage polygon modeling and basic transformation like rotating and translating. I'd rather not redevelop everything from scratch
Thanks
0
votes
0answers
19 views
WPF Rotate 3D sphere to arbitratry position
If I have a sphere that is being rotate by the users mouse, how could I (at any time, say via a button) apply some rotation transformation on the Camera so that a specific spot on the Sphere is facing …
0
votes
6answers
179 views
In Place rotation C++ Practice
Hello,
I have a working rotating function going for my "items" int array. The code below gets it done, except that im transferring values out unnecessarily. Im trying to acheive the "inplace" …
1
vote
2answers
92 views
WPF 3d rotation animations
Hi Everyone,
I have a few 3d rectangles on my screen that I want to pivot around the Y axis.
I want to press down with the mouse, and rotate the 3d object to a max rotation, but when the user moves …
2
votes
2answers
391 views
3D globe rotation issues
Hi all,
Im trying to get my 3D sphere to rotate when a user moves their mouse/finger over the sphere.
I can get it to rotate no problems, but when I try to add inertia to the sphere using the …
1
vote
3answers
80 views
iPhone: Draw rotated text?
I want to draw some text in a view, rotated 90°. I'm pretty new to iPhone development, and poking around the web reveals a number of different solutions. I've tried a few and usually end up with my …
4
votes
1answer
118 views
Rotating coordinates around an axis
I'm representing a shape as a set of coordinates in 3D, I'm trying to rotate the whole object around an axis (In this case the Z axis, but I'd like to rotate around all three once I get it working).
…
1
vote
1answer
122 views
Android 1.6 Camera rotation?
I posted this on the android dev forums, but wanted to reach out here.
One of the activities in our app was taking a picture. The picture preview shows the correct way on screen in 1.5 & 1.6, …
0
votes
2answers
26 views
Table View rotate, but not properly (shape change)
Hello everyone,
Here is the thing. I have a ViewController which contain a view in full window. And the program run in landscape mode.
I want to put an UITableView over the full screen view but …
0
votes
1answer
25 views
UIImage Rotation Offset
I have the following code
- (void)ComputeRotationWithRadians:(CGFloat)rad {
CGFloat width = exportImage.size.width;
CGFloat height = exportImage.size.height;
…
0
votes
3answers
187 views
Matrix Multiplication To Rotate An Image In C#
I need to write a program that uses matrix multiplication to rotate an image (a simple square), based on the center of the square, a certain amount of degree based on what I need. Any help on this …
