Volume Rendering
Volume plus Slice plus Surface Rendering
Volume Visualization with Opacity Transfer Function
Real3d Web Viewer for Rendering 3d Images and Surface Meshes

Real3d Web Viewer is a standalone web application that provides powerful yet useful rendering features for volume and surface data visualization. It can be used to load VTI (voxel data in ascii, binary and binary+zlib), STL, and OBJ file formats from URL or from local drive. It works perfectly fine on all desktop and mobile web browsers. Here is the link to the Web Viewer, try it: https://real3dtech.com/webviewer/v

Extra Arguments for the Additional Features

You can enable additional features by adding extra arguments to the URL.

Root link to the Web Viewer: https://real3dtech.com/webviewer/v/?

  • &background= [Renderer background color - white, grey, blue, black]

  • &renderQuality= [Renderer interactive quality - Adaptive, Normal, Maximum]

  • &useInteractiveAxes [Enable mouse interaction on bottom-right corner axes to set clicked axes to front side]

  • &presetId= [Transfer function color preset id - (0 ~ 119)]

  • &noShade [Don't use shade lighting]

  • &noIsoSurface [Don't use iso-surface reconstruction]

  • &isoValue= [0 ~ data-range]

  • &vtiURL= [URL of volume dataset]

  • &objURL= [URL of zip file containing OBJ mesh files]

  • &stlURL= [URL of stl mesh file]

  • &useLocalFile [Import and visualize local PC/Mobile files, no URL required]

Examples to add Extra Arguments

Editing the Opacity Transfer Function

Mouse controls:

  • Double click:
    • create a gaussian at that given position and height with no bias.
  • Right click:
    • delete the gaussian underneath.
  • Drag:
    • Bottom of a gaussian will adjust the width. From left to right will increase the width.
    • Middle of the gaussian will adjust the biais (x and y).
    • Top of the gaussian will adjust height.
    • Anywhere else will adjust its position.

Touch controls:

  • Double Tap:
    • One finger: create a gaussian at that given position and height with no bias.
    • Two fingers: delete the gaussian underneath.
  • Drag:
    • Bottom of a gaussian will adjust the width. From left to right will increase the width.
    • Middle of the gaussian will adjust the biais (x and y).
    • Top of the gaussian will adjust height.
    • Anywhere else will adjust its position.
Recommendations
  • Adjust 3D settings of your GPU in NVIDIA/AMD "Control Center". Select "High-performance NVIDIA processor" under "Preferred graphics processor". Then select "Prefer maximum performance" in "Power management mode".
  • Use maximum interactive quality for high quality visualization if you have fast GPU (select Maximum menu item in the web viewer).
Feedback

We would highly appreciate your feedback or any bug reports. Please let us know if you have any questions.