The X Toolkit (XTK) is a WebGL framework for Scientific Visualization.

learn more… | top users | synonyms

0
votes
0answers
2 views

X.renderer2D.xy2ijk is not known by compiled xtk

Can you give me an example that demonstrate how we can use this function (X.renderer2D.xy2ijk) Indeed this function is not known by compiled xtk should i add it into no compiled xtk library from ...
0
votes
1answer
8 views

With XTK, can we generate an MPR slice in any position and orientation through the 3D volume

Xtk provide an MPR slice in x,y and z position. I would to know if we can generate an MPR slice in any position and orientation through the 3D volume Best,AMAL
0
votes
1answer
18 views

XTK volume dimension on pixel

I use this function var _dimensions = v.dimensions; to extract the different dimensions of a volume(.gz.nii) ,Now i would to know if there is a relation bitween the dimension on pixel of the image ...
0
votes
1answer
10 views

How we canfire a window resize event with XTK?

How we can fire a window resize event with XTK? ANd is it possible to extract the width and the higth of the image witch is into the canvas ? Best, AMAL
0
votes
1answer
16 views

XTK change the height and width of a canvas

I would know if it possible to change the height and the width of a canvas genarated after the init of a X.render2D of a volume object(.nii.gz)
-1
votes
0answers
15 views

building doesn't generate my new functions

First thanks for your work, it's great. And thanks Daniel for your answer about how to share my code. Unfortunatelly, I've switched to urgent works, but I'll be back soon with my code. For now, I ...
-1
votes
1answer
20 views

How to share my code using GitHub [closed]

Sorry to post this question here. I know it is basic, probably already answered and probably not in the right place... Ok that's a lot of mistakes. I managed to add my highly desired overlay in xtk. ...
0
votes
1answer
50 views

display 2 volumes in one renderer2D

Dear users and developers, I'm trying to display an overlay from 2 different images (already in the same corrdinate system) I tried to add a second X.volume() and add it to the renderer2D from the ...
0
votes
0answers
59 views

XTK and .vtk file with unstructured grid: no errors, nothing displayed

XTK noob here. I was given a .vtk file to try and display. I tried to alter the boilerplate example which seems to run without errors but nothing is displayed. <!DOCTYPE html> <html> ...
0
votes
0answers
40 views

xtk mesh loading errors

I'm trying to load several freesurfer files (.pial, .inflated) and the javascript console is recording these errors: Uncaught RangeError: ArrayBuffer length minus the byteOffset is not a multiple of ...
0
votes
1answer
24 views

interactor issue using Chrome

I'm using Chrome 24.0.1312.56 (portable version) and 25.0.1364.97 m (installed version) to display some 3D contents. The interation in the 3D scene is not optimal. When I click and move slowly, there ...
0
votes
0answers
27 views

xtk volume ttransform

I am trying to transform an xtk volume I tried this: // Window ON-LOAD function function showVolume() { // create a new 3d renderer var r = new X.renderer3D(); r.init(); // create a ...
0
votes
3answers
51 views

X.matrix.rotate doesn't seem to work

So, I've been having problems with xtk's var rotate = m.rotate($ANGLE, $IAXIS); function for quite some time now. Basically, what I would like to do is rotate a single object in space around a ...
0
votes
0answers
36 views

DICOM isnt displayed, though loaded succesfully

I have a problem: this dicom file is good displayed by SliceDrop, but this isnt displayed (it is loaded successfully). What could be wrong?
0
votes
0answers
18 views

Load Texture in XTK

I have a problem very confusing. I can not charge a different texture from the Lesson 01 in my example. Lesson 1 CODE: cube.texture.file = 'http://x.babymri.org/?xtk.png'; ...
0
votes
2answers
65 views

Light source changing in XTK

Can I change scene light source (location or brightness)? My scene by XTK is too dark: https://dl.dropbox.com/u/84856120/xtkskull.png I want like by Paraview ...
0
votes
1answer
221 views

xtk volume rendering with .vtk file created from matlab

I am beginning with XTK. I would like to load a .vtk file in order to make volume rendering into XTK. This .vtk file has been created with a matlab function which saves a 3D data array (voxel) into ...
0
votes
2answers
41 views

render model in XTK to part

I'm a big doubt. Would loading the model in the scene and after this object is fully charged, then I would begin to load another model means That reason is behind the panos.O That I am loading ...
0
votes
0answers
96 views

Scale VTK model corectly

I'm looking at using using XTK for loading a bathymetry (ocean terrain) model for scientific visualization. I wrote an exporter in VTK/Python to spit out a ASCII VTK model file and it does seem to ...
0
votes
1answer
116 views

Loading .nii file in xtk in 3D

As in the one for DICOM files, would it be possible to have a simple example of displaying a .nii file with XTK?
0
votes
1answer
51 views

xtk volume.image property

I am returning to using the xtk library after a short break and I am having issues using the volume.image getter method documented here. Is this method still supported or was it dropped in moving ...
0
votes
2answers
36 views

I can not change the name of my opacity.Its change.Its change?

Would anyone know how to change the name of the menu opacity to a name of my choice in Slice? Thank's.
1
vote
1answer
74 views

HTML example to use the non-compiled development version of xtk does not work

I'm trying to run the development version of xtk (it's the 1st time I use github, and I'm fairly new to javascript...): I did as indicated in https://github.com/xtk/X/wiki/X:DevelopersHeadsUp, ...
1
vote
1answer
291 views

Displaying .dcm files with XTK's X.volume()

According to the lesson 15 I pass .dcm file to the volume. I get no errors (e.g. no parsing errors I faced before) but nothing is displayed. What could be wrong with the .dcm files? Here is a excerpt ...
0
votes
1answer
51 views

Display Crosshairs in XTK 2D View

Is there a way to display the colored x,y,z crosshairs that are visible in the 3D volume view in 2D slices (like in lesson 13)? Thanks! Nolan
0
votes
1answer
56 views

deactivating all standard mousevents XTK

I've got a volume and a mousemove event within a mousedown event. what I want to achieve is to move the mouse while the button is still pressed, change the slice via IndexX++/-- AND stop the volume ...
0
votes
1answer
43 views

How do I get the volume coordinates from a tri-planar set of 2D images in XTK?

I have an application where I would like to get the volume coordinates from a tri-planar set of 2D images (axial, sagital, coronal), similar to what is displayed in the bottom panel of Lesson 13. I do ...
0
votes
1answer
59 views

xtk 2D renderer linking with onMousedown position

Is there a way to link three 2D renderers together so that when one is clicked on the other two move to the slices of the point that was clicked? Here is an example of what I mean. The current ...
0
votes
1answer
89 views

VTK model animation

First of all .. congratulations on creating such an awesome library for the community. I've been looking at XTK for examples on how to load up scenegraph files and more importantly for our ...
0
votes
1answer
45 views

Doesn't XTK support query parameters (especially with periods) in file names?

I'm using edge XTK by directly including http://get.goXTK.com/xtk_edge.js in my html. Following code snippet shows how I'm referring to files on my server in XTK. var skull = new X.mesh(); ...
0
votes
2answers
44 views

modifying the lengthY of some cubes is slow

I want to write a 3d version of a fft. (Like this:https://wiki.mozilla.org/File:Fft.png) So I created a few bars and in an outside function, my first aproach was to set the lengthY to a value. Then I ...
0
votes
1answer
56 views

Spatial tranformation of volumes

I have 2 nifti image volumes that I would like to display together using XTK. Both of them are already converted to NRRD using Mevislab's relevant ITK modules. Both volumes were acquired in the same ...
1
vote
3answers
89 views

XTK: Could not find the given container

I am using jQuery to dynamically create a div and then pass the id of that div as the container of a renderer3D. When I do: r.container = id I see an error in the JS console reading "Couldn't find ...
0
votes
1answer
98 views

volume image data in the XTK toolkit

I have read here: Is there a way to use a Custom cross-sectional slicer of 3d image data? ... that the nrrd parser stores the image data as a 3D array. I want to be able to access this array in my ...
0
votes
3answers
76 views

How change the event in [XTK]

Hello, I wonder how do I change my mouse event because I would like to X.Caption activates only when I right-clicked on it. thank you very much
0
votes
2answers
109 views

Get the value of a voxel from a volume

I need a function to get the value of a voxel (3d pixel) from a X.volume object, given the x,y,z coords as an input. This is to use a lablemap as a reference for an atlas function. Is there a way to ...
0
votes
1answer
84 views

2D rendering of NRRD volume slicing direction reversed?

In the example given at http://jsfiddle.net/gh/get/library/pure/xtk/lessons/tree/gh-pages/13/#run, the Z orientation shows a mirror view of the 3D view. Is there a way to make them the same direction? ...
0
votes
1answer
75 views

Displaying objects other than a volume in the renderer2d

I am using the xtk toolkit. Is there a way to render objects other than 1 volume (with a labelmap) in the renderer2d. For example I have been able to add a sphere to the 3d renderer, but not the 2d? ...
1
vote
2answers
262 views

Finding world coordinates from screen coordinates

There's many answers to this problem, but I'm not sure that they all work with XTK, such as seeing multiple answers for this in Three.JS, but of course XTK and Three.JS don't have the same API ...
0
votes
2answers
89 views

Need XTK example on how to use X.shaders

Can someone provide an example on how to use X.shaders in XTK ? I need to use custom shaders to apply texture and color with alpha component for vertices.
0
votes
3answers
241 views

Not visualizing ASCII STL file correctly

My problem seems similar to Not able to visualize a loaded data , but I have no console errors and I have already added the '-allow-file-access-from-files' flag to my Chrome Browser. Here's my Java ...
1
vote
1answer
134 views

Tracking camera movement and object orientation in xtk

This is a followup to Matt's previous question about camera orientation. I'm working with him on a javascript interface for a python analysis code for 3D hydro simulations. We've successfully used ...
0
votes
1answer
109 views

Object Instancing using XTK?

I have seen an instancing example in the following link. http://www.vasava.es/lab/webgl/instancing_batch/ Is it possible to do this using XTK or three.js?
0
votes
2answers
114 views

The camera's up, focus and position values after interaction

After interacting with the XTK camera in some way -- translation, rotation, zooming -- is there a way to retrieve from the camera the new values of the position, the focus and the up vector? It looks ...
0
votes
1answer
38 views

Alpha component for object._colors in XTK

Is it possible to have Alpha component for object._colors ? var object = new X.object(); var c = object._colors; var color = new Array(4); c.add(color[0], color[1], color[2], ...
0
votes
1answer
94 views

sprite feature in XTK

Is it possible to add sprite feature in XTK ? I need to render large number of point data. I was able to render it as X.displayable.types.POINTS. But it would be great if i can render the points ...
0
votes
1answer
162 views

apply new layer to a slice of a volume webgl

i have two volumes (.nrrd) of different qualities. the user can browse through the layers. if a key is pressed i want to load the slice of the volume with better quality. my volume is similar to this ...
0
votes
1answer
158 views

Different mesh visualization WebGL

I'm wondering why the mesh in lesson 10 looks more three-dimensional then mine. My meshes look like they have no surface and no depth. Here is an example picture: Any suggestions? I don't see if ...
0
votes
1answer
117 views

draw outlines to a volume in webgl (xtk)

i want to achieve that the user can go through the slices of a volume but to guarantee a little bit more of orientation i'd like to draw the outlines of a cube which represent the dimensions of a ...
0
votes
1answer
72 views

simple color assignment not working in XTK with GWT (mesh.color = [0.7,0,0])

@haehn Hi Haehn (XTK) I'm using edge-XTK with GWT and trying to render a simple STL. However XTK code fails at the line where we assign color to the mesh. mesh.color = [0.7,0,0] // this line fails ...

1 2