mediadog

Results 13 issues of mediadog

It says: git clone https://github.com/Microsoft/vcpkg.git cd vcpkg ./bootstrap-vcpkg.sh ./vcpkg integrate install ./vcpkg install realsense2 which is not correct for Windows; the /'s should be \\'s, and the .sh should be...

documentation

On x64, loading a .mts file with h264 video and Dolby AC3 sound gives a black texture, and the size output pin shows 0,0. The valid output pin is true,...

bug

This was mentioned in a [forum post back in '16](https://discourse.vvvv.org/t/bgra-textures/13809), but guess it's still a problem. Sadly I need this to feed to program via Spout that only accepts B8G8R8A8_UNorm....

When given a texture from VLC (B8G8R8A8_UNorm and 1 Mips level) there is no texture output, and the following error is thrown. This does not happen with DX11 1.3, and...

I found that when loading multiple .dae models using multiple SceneFile and Material nodes, two bad things happen: 1) some of the Material nodes will turn red, which ones depending...

The following is with 50beta35.2_x64 and DX11 1.0.1, have not tried other combos yet. I have found that using shared texture feature of the Renderer (DX11 TempTarget) is unreliable, while...

With both 0.7.1 and 1.0.1, all .BMP files that have alpha transparency load with no transparency. Loading a .PNG file exported with a graphics program from that same .BMP file...

I assume this is a copy and paste error and that the techniques are actually Phong.

There are a number of [useful flags](http://assimp.sourceforge.net/lib_html/postprocess_8h.html) to use when opening a model with Assimp, most notably the two below. Where might I go poking about in the DX11 assimp...

enhancement

Discussed on the vvvv forum, filing what I think is a bug here. ConstantProjection when set to World does not match the DX9 version, ProjectedTexture, the texture is offset. The...