Tagged Questions
0
votes
1answer
55 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
2answers
43 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
159 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
157 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
115 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
0answers
91 views
(re-) activating slices of 3d-volume WEBGL
when i try to switch between the directions (x,y,z), i get an uncommon result. when i reactivate the layer(s) of a direction which has been set to visible = false before (1), it looks like this if i ...
0
votes
1answer
106 views
disabling mouse events and progress bar
how can i disable the mouse events?
i want to use very simple mouse events on meshes and slices of a volume and use some ajax-calls there so the integrated events are not needed.
how can i disable ...
0
votes
2answers
82 views
Keyboard Events in r.interactor
i think i'm getting familiar with this library.
1)
i want to do a volume rendering like in lesson 10
i want to check whether the user pressed "v" and run a function
this is what i have tried:
...
0
votes
3answers
581 views
add mouseevents to webgl objects
im using xtk to visualize medical data in a webgl canvas. currently im playing around with this lesson:
lesson 10
this library is pretty good but not very well documented. i want to get rid of that ...
0
votes
1answer
106 views
Renderer size in xtk
Playing with xtk (http://www.goxtk.org). How do you impose a size to the renderer? I'm asking because upon calling init on the renderer, the container div grows. I'm not using width or high 100% as in ...
0
votes
2answers
250 views
Bounding box of models and center of rotation of the camera in xtk
Trying out http://www.goxtk.com, great stuff!
Is there a quick way to get the bounding box for a model or some other point that could be used as the center of rotation of the camera? Worst case, ...