@bmujeeb Thanks. You can see documents and samples for vtkSmartVolumeMapper on VTK official site. I could not attach the link, search the word. Therefore, It is only svn tree, not stable release.
Thanks; you did a great job!!! It would be really interesting to compare the interactive quality with the latest GPU to see the GPU's generation scalability for VR. Thanks again for sharing this info...
You better to exclude the volume rendering part with shading; it's really a bad advertisement for ray-casting with VTK; the under-sampling is so drastic... you may keep opacity as low as possible to hide this performance compromise.
@stefanbanev The vtkSmartVolumeMapper class, In VTK 5.7, is an adaptive volume mapper. It will delegate to a specific volume mapper based on rendering parameters and available HARDWARE, you know. So my PC is LOW SPEC, its result shows. I think that VTK is excellent tool kit.
como lo instalastes
lokitosamax 1 week ago
Excellent work brother.
I am also interested in it. Can you share some links, tutorials or samples?
bmujeeb 1 year ago
@bmujeeb Thanks. You can see documents and samples for vtkSmartVolumeMapper on VTK official site. I could not attach the link, search the word. Therefore, It is only svn tree, not stable release.
nyonyo7777 1 year ago
To be more specific; what GPU you've used for this rendering?
stefanbanev 1 year ago
@stefanbanev I have used GeForce 9600M GT with 256MB video memory and Core 2 Duo P8600 in MacBookPro.
nyonyo7777 1 year ago
Thanks; you did a great job!!! It would be really interesting to compare the interactive quality with the latest GPU to see the GPU's generation scalability for VR. Thanks again for sharing this info...
stefanbanev 1 year ago
@stefanbanev I am interesting do it too. But I have NO fast PC, so I want to study it on a scalable GPU farm in AWS(Amazon Web Service). Thanks.
nyonyo7777 1 year ago
You better to exclude the volume rendering part with shading; it's really a bad advertisement for ray-casting with VTK; the under-sampling is so drastic... you may keep opacity as low as possible to hide this performance compromise.
stefanbanev 1 year ago
@stefanbanev The vtkSmartVolumeMapper class, In VTK 5.7, is an adaptive volume mapper. It will delegate to a specific volume mapper based on rendering parameters and available HARDWARE, you know. So my PC is LOW SPEC, its result shows. I think that VTK is excellent tool kit.
nyonyo7777 1 year ago