Export Code

Vtk test

Curran Kelleher

Last edited Apr 28, 2025
Created on Feb 21, 2025
Forked from HTML Starter

A basic VTK.js example showing a 3D cone that can be interacted with using mouse/touch controls.

Original example: https://github.com/Kitware/vtk-js/blob/master/dist/index.html

This example demonstrates:

  • Setting up a full screen render window
  • Creating a basic 3D shape (cone)
  • Setting up the visualization pipeline
  • Basic camera positioning
  • Mouse/touch interaction

Built using VTK.js from Kitware.

MIT Licensed