Search found 3 matches
- Wed Jun 26, 2013 4:24 pm
- Forum: Advanced Help
- Topic: Display 2D image as 3D surface
- Replies: 7
- Views: 1587
Re: Display 2D image as 3D surface
Thank you all for the answers! Currently I'm playing around with example #23 and SMeshBuffers. I'm not native C++ programmer so things are moving very slowly. Have tested terrain variant, it works but has some limitations. I'll consider it as last variant. markmze Did you mean functions set(Vertex/P...
- Fri Jun 21, 2013 3:30 pm
- Forum: Advanced Help
- Topic: Display 2D image as 3D surface
- Replies: 7
- Views: 1587
Re: Display 2D image as 3D surface
In fact, I have given first image as an example - such scans are coming from my camera. I collect them and unite into resulting array, which of course can contain different pixel values across one column. When I'm scanning an object, there may be some defects (scratches etc.) and it looks like dark ...
- Fri Jun 21, 2013 11:09 am
- Forum: Advanced Help
- Topic: Display 2D image as 3D surface
- Replies: 7
- Views: 1587
Display 2D image as 3D surface
Hi, everyone! My task is not so closely associated with the game development, it's likely image processing. I'm very new to Irrlicht and 3D manipulations so maybe the solution to my problem is very simple. Well, I have grayscale image from 3rd party application. This image is in form of 8-bit 2D arr...