hh79 / gzdoomvr

Classic Doom/Heretic/Hexen games in stereo 3D and VR; modified version of gzdoom.
GNU General Public License v3.0
125 stars 10 forks source link

Have option for voxel item models #23

Closed iamcarrotmaster closed 3 years ago

iamcarrotmaster commented 4 years ago

Many mods like Project Brutality have addons where pickup items are made of voxels. They show up on the ground but dont look like that when held. There are mods for vanilla weapons what have models for the classic weapons what look like they are voxels, but they are models. I was thinking it would be awesome that if you have item mode enabled it would choose the voxel model instead. of course it would be up to the voxel author to make sure it is pointing the right way.

seriousshuck commented 4 years ago

see here:

https://github.com/ajantaju/br_vr

SinaelDOverom commented 4 years ago

Wouldn't recommend using voxels in VR. GZDoom's rendering transforms every voxel into separate cube model, which is much worse for performance than just a 3D model.

iamcarrotmaster commented 4 years ago

dont worry, the voxel project im working on uses obj models. much more performance friendly