0
votes
1answer
28 views
Continuation of ‘app not working in Droid’ investigation: the code. Can anyone see any obvious error here?
Hello, and thanks for helping.
In my previous question I asked if System.currentTimeMillis() was buggy in Droid, and the answer was no.
I assume the problem I'm having is somewhe …
1
vote
1answer
136 views
Rendering altitude data into a height map with kriging
Hi,
I'm looking for an easy way to render altitude data into a heightmap.
It could be a little easier to be archived with other techniques than kriging, like triangulation, but in …
2
votes
2answers
359 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 sph …
0
votes
0answers
19 views
Poisson Disk distribution on hemisphere
Hi!
I just implemented Poisson Disk generation in the plane with this simple algorithm:
http://people.cs.ubc.ca/~rbridson/docs/bridson-siggraph07-poissondisk.pdf
Now I would like …
1
vote
1answer
7 views
ContactUp event not fired
In my surface application I have a SurfaceWindow with a SurfaceUserControl on. On the SurfaceUserControl I have a SurfaceButton but the ContactUp (and down) event is not fired. The …
0
votes
4answers
204 views
Importing WMF (Windows Metafile) or any other vector file into a silverlight project
Is it possible to import WMF (Windows Metafile) or any other vector based file into a silverlight project?
1
vote
3answers
152 views
Interactive 3D object in Surface
How to create a interactive 3D object in WPF? For example it can be a 3D Cube which can be rotated and with "tap" gesture for each side triggering different action.
0
votes
4answers
98 views
Is there any way to “clear” a surface?
Just wondering...
Is there any way to clear a surface from anything that has been blitted to it?
0
votes
0answers
40 views
Using LibraryStacks in a ScatterView on Surface
We're trying to figure out how to drag an item from a LibraryStack container onto a ScatterView, like how the photo viewer sample applications work. Currently, the item just flies …
0
votes
3answers
39 views
How can I clear a SDL_Surface to be replaced with another one?
Been trying to find this online for a while now.
I have a SDL_Surface with some content (in one it's text, in another is a part of a sprite). Inside the game loop I get the data o …
0
votes
0answers
37 views
MS Surface drag & drop SurfaceListBoxItems
Hey guys I'm working on the Microsoft Surface Table and I'm attempting to drag an item from 1 SurfaceListBox to another and recognize which SurfaceListBoxItem the other SurfaceList …
0
votes
1answer
92 views
“Normalize” procedure in C#
Could someone explain to me what the normalization procedure for 3D surface mesh in C# is?
In a reference book, there is a line as follows :
The GetNormalize method is used to …
1
vote
1answer
35 views
MS Surface animating an SVI along a straight line
So I'm attempting to move a ScatterViewItem from 1 point to the another. I've tried using PointAnimation. However, after the animation completes I can't move the item from the To …
1
vote
4answers
370 views
Developing for Windows Multi touch - ala the Dell Studio One 19
hey guys
I came across the Dell Studio One 19 on the web the other day, and wondered what the Dev environment for the Multi-Touch was?
Anyone out there developing for this, or kn …
0
votes
1answer
50 views
WPF Flick along a path (Surface)
Im developing an app for Microsoft Surface and Im trying to make the most of the libraries that are out there, the functionality Im after if to be able to flick a UI element.
The …
