The displacement-mapping tag has no wiki summary.
1
vote
1answer
123 views
Map displacement transformation to texture space?
I am trying to displace geometry in object space without giving the appearance of texture warping.
My idea is to displace the UV lookup by a relative amount to the geometry displacement.
Any ...
0
votes
0answers
414 views
geomipmapping using displacement mapping (and glVertexAttribDivisor)
I wake up with a clear vision, but sadly my laptop card doesn't do displacement mapping nor glVertexAttribDivisor so I can't test it out; I'm left sharing here:
With geomipmapping, the grid at any ...
3
votes
1answer
240 views
rendering rolling hills
I want to render very pretty smooth undulating hills. There are objects snuggled between these hills, so I can't really use naive bump-mapping.
I am currently rendering using a very detailed mesh ...