Digital TV Forums - БЪЛГАРСКИЯТ ФОРУМ ЗА ЦИФРОВА ТЕЛЕВИЗИЯ

Digital TV Forums - БЪЛГАРСКИЯТ ФОРУМ ЗА ЦИФРОВА ТЕЛЕВИЗИЯ (http://www.dtv-bg.com/index.php)
-   КОМПЮТЪРНИ ПРИЕМНИЦИ (http://www.dtv-bg.com/forumdisplay.php?f=235)
-   -   Гледане на 3D програми с DVB Viewer (http://www.dtv-bg.com/showthread.php?t=9371)

Чък Норис 09-06-2010 19:31

Гледане на 3D програми с DVB Viewer
 
Първо трябва да се инсталира DVB Viewer 4.2.1, отгоре се инсталира DVB Viewer 4.3.1.150 BETA, след това се създава anaglyph.xml--> http://www.dvbviewer.info/forum/index.p ... 58&hl=3dtv

Код:

<?xml version="1.0"  encoding="iso-8859-1"?>
 <Shader>
  <Profile>ps_2_0</Profile>
  <Description>Anaglyph</Description>
 <Code>//  optimized Anaglyph Shader V1.0 (C) 2010 Christian  Hackbart
 sampler  s0 : register(s0);
 float4 p0 : register(c0);
 
 #define  width  (p0[0])
 #define height (p0[1])
 
 float4 main(float2  tex :  TEXCOORD0) : COLOR
 {   
 tex.x = tex.x / 2;
 
  float4 l =  tex2D(s0, tex);
 
 tex.x = tex.x + 0.5;
 
  float4 r =  tex2D(s0, tex);
 
 float red = l.g * 0.7 + l.b * 0.3;
 float  green = r.g;
 float blue = r.b;
 
 return float4(red,  green,  blue, 1);
 }</Code>
 </Shader>


Който се поставя в папка ...\DVBViewer\Shaders\
След стартиране на вювера се влиза в Сетингс-> Опшънс и се задава за DirectX:

http://img710.imageshack.us/img710/3486/option1c.png

При превключване на 3Д канал от View-> Shaders се избира anaglyph

http://img44.imageshack.us/img44/5045/option2x.png

http://s3.postimage.org/p9bW9.jpg http://s3.postimage.org/p9eqi.jpg http://s3.postimage.org/p9gVr.jpg http://s3.postimage.org/p9jpA.jpg

Приятно гледане!


Всички времена са във формат GMT +3. Часът е 04:27.

DTV-BG Powered by vBulletin Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.