Photo Box

Here is a funny tool photo box for displaying different images. You can upload your zip file which contains images on this page, the tool can extract these files and show them as a rotating box. It’s recommended to have 6 images in the zip file. The address: https://www.weiy.city/functions/photo-box/

VTK – Set Image As Render Background, Save 3D Model Screen Shot With Transparent Background

Set An Image As Render Background std::string bgImgPath = “./resource/bg.png”; vtkNew<vtkPNGReader> imgReader; imgReader->SetFileName(bgImgPath.c_str()); vtkNew<vtkTexture> backgroundTexture; backgroundTexture->SetInputConnection(imgReader->GetOutputPort()); m_Renderer->GradientBackgroundOff(); backgroundTexture->Update(); m_Renderer->SetBackgroundTexture(backgroundTexture); m_Renderer->SetTexturedBackground(true); Save 3D Model Screen Shot With Transparent Background Don’t set textured background for renderer object. Then set alpha bits for renderer window object, read RGBA information from back buffer when Read more…

XML To JSON
: Input your strings, the tool can convert XML to JSON for you.

X