Digital Paint Discussion Board

Development => Bugs, Feature Requests, and Feedback => Topic started by: rafalluz on October 17, 2010, 02:32:58 PM

Title: Request: Tessellation
Post by: rafalluz on October 17, 2010, 02:32:58 PM
Hi,

I wonder if paintball2 can be made look better without changing the engine. Textures already look pretty good with hr4 packs. However polygon counts are really low (supposedly it's the limit for map). So, implementing secondary tessellation on loaded map would increase details for stronger machines without altering BSP files. Is it feasible?
Title: Re: Request: Tessellation
Post by: Bono on October 18, 2010, 05:44:37 AM
Tasselation in quake 2 engine? LOL! if you have GTX 460 and upper or Radeon HD 5xxx series then you have support of tasselation (only DX11).
Q2 working on OpenGL from 1997.. :P not DX11 from 2010.


Maybe Bump Mapping is possible? Look at Eduke32 Polymer engine :)
Title: Re: Request: Tessellation
Post by: Chef-Killer on October 18, 2010, 11:35:06 AM
Maybe Bump Mapping is possible?
I don't know exactly what you mean with it. But if I understand you right, it's possible in small parts. BSP has very low limits, but a big/detailed map with 10.000 numportals, etc. is possible, if the brushwork is clear enough.
Title: Re: Request: Tessellation
Post by: jitspoe on November 05, 2010, 10:57:54 AM
Problem is, you wouldn't know what to tesselate.  For example, you might have a brick wall that you'd want to have sharp angles.  If you tesselated it to look smooth, it would look weird.
Title: Re: Request: Tessellation
Post by: Bono on November 06, 2010, 05:23:44 AM
http://www.mayamax3d.net/pict/slovnik/bumpmapping.jpg
Title: Re: Request: Tessellation
Post by: T3RR0R15T on November 06, 2010, 07:24:28 AM
Bump mapping should be possible: http://dplogin.com/dplogin/featurevote/feature.php?id=10080
Title: Re: Request: Tessellation
Post by: Bono on November 06, 2010, 09:03:22 AM
Ahh.. I forgot about it.. Why? Simple. Fearure Added: 2008-01-15 11:12:43 CDT (-0500)
Title: Re: Request: Tessellation
Post by: rafalluz on November 06, 2010, 04:56:54 PM
Quote
Problem is, you wouldn't know what to tesselate.  For example, you might have a brick wall that you'd want to have sharp angles.  If you tesselated it to look smooth, it would look weird.

So maybe it depends on the angle. Like right angles would not be tesselated, because that was intended. But some low angles quite certainly would be slopes, so probably looking better tesselated.

Example: stone on the ground in carpathian. It has many angles close to 360 deg that could use tesselation.

Wooden box OTOH is meant to be a box and has only right angles, so no tesselation.