Displaying 5 results from an estimated 5 matches for "anaglyph".
2008 Nov 23
4
Visualizing a call graph
Hello all,
I have been taking basic steps with DTrace and subscribed today to
this list. I have written a simple DTrace script to trace all the
function entry/exit from a given function:
#pragma D option flowindent
pid$1::*mysql_select*:entry
{
self -> start = vtimestamp ;
}
pid$1::*mysql_select*:return
/self -> start/
{
self -> start =0 ;
}
pid$1:::entry,
pid$1:::return
2011 Jun 14
4
How about add 3D-stereo-features in future?
I think this feature may be realesed more easly(because wine get all 3d-calls) than other programs like vrizer (now vrizer is dead).
2011 Dec 21
3
Stereoscopic 3D in Wine?
...n you play a "nomal 3D" game, whether it be Halo One or Skyrim, all the data needed to make a truly 3D experience is there, it's just that only one eye's viewpoint is rendered and sent to the screen.
There's this free download called the IZ3D 'driver' which has a free anaglyph mode. (Anaglyph means the two-color method to producing true 3D, in this case red-cyan.) It works great in Windows and makes all games that use DirectX 8 or higher steroscopic (two-eye) 3D.
I was wondering if this could work in Wine. Before you say "no," mind you that Zeckensack's wo...
2012 Apr 20
1
Interactive stereoscopic 3d rendering with RGL plot3d?
Dear R Users,
i' wondering, if there is any possibility to render interactive stereoscopic 3d plots in R and use the
functionality of those new 3d displays (e.g. with poarisation technology) like this one:
> http://shop.fujitsu.com/de/displays/display-p23t-6p-fpr-3d
Does anyone know if there are developments toward this feature? Or perhaps someone
know how to implement such a
2009 Jan 30
2
feature idea for wine : stereo 3D
...more convincing and is likely to motivate a sale like no single image can.
All that is required is first steps.. And I think a really easy way to do this would be to add this to the directX implementation in Wine such that any 3D scene can be augmented with stereovision (at least color separated anaglyph), but without modification of the API.. Offer that which Microsoft will not offer themselves in interest of leveraging peoples adoption of a OS that will likely lead to the closing of the PC architecture as well as the accessibility to hardware that Linux adopters can use.
One way to change the fu...