Quake in Silverlight (with texture mapping)
Uploader Comments (neopocott)
All Comments (9)
-
System.Windows.Media.Imaging.W
riteableBitmap. -
I want your sex
-
Very, very impressive!!
I'm curious, how the hell are you rendering a rastered, texture mapped output?
It seems to me that the drawing API in Silverlight consists as a bunch of high level objects, like a "Line" or "Polygon" that you add to the DOM tree, and it raises events etc - hardly matching blit performance, even of Java.
Perhaps you have an array of rectangles on screen, one for each pixel? Maybe you render to an off-screen surface and add a new "Image" to the DOM each frame?
-
Nice work, yes. It looks like lighting is disabled / unimplemented. Would Silverlight be able to alpha blend in a low-res shadow map?
-
Spectacular, especially considering Silverlight doesn't support 3d out of the box. Are you planning on releasing the source for others to learn from?
There just aren't any 3d engines out there for Silverlight; I bet you could make some cash if you offered a commercially supported 3d engine for Silverlight.
-
Impressive !
-
wow, awesome.
-
Very cool. Nice work!
This is just amazing! What is the average frame rate? We can't see it clearly on the video.
FredLeLoup 3 years ago
The average frame rate is 59fps on my computer (i.e the default framerate of SilverLight).
With the video recording, it drops to 50fps.
neopocott 3 years ago