Jump to content
VXRT WIP
 

VXRT WIP


Josh
 Share

  • Like 3

 Share


Recommended Comments

You might consider to port this to the GPU using Computeshaders, i would assume, that you can reach a higher resolution with lower impact than calculating it on the cpu. Keep in mind that Computeshaders can execute parallel so you just need to wait for the last shader. https://github.com/bridgekat/vxrt

  • Like 1
Link to comment

There are some issues to consider. At what point does the data go over to the GPU? Voxelization of polygons is very hard to go in the GPU rasterizer. If uncompressed voxel data is sent to the GPU, that is going to use a lot of memory bandwidth. What is the latency for such a system going to be, and how does that compare to sending final compressed texture data that was calculated on the CPU?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...