Search found 5 matches

by Sharon1105
Tue May 08, 2012 4:00 am
Forum: Beginners Help
Topic: use IrrlichtLime convert graycale to RGB
Replies: 2
Views: 349

Re: use IrrlichtLime convert graycale to RGB

Thanks so much Greenya! It works perfect.

I change the value of this line
new IrrlichtLime.Video.ColorHSL(use,100,50);
and i get excatly what i want!
by Sharon1105
Mon Apr 23, 2012 7:42 am
Forum: Beginners Help
Topic: use IrrlichtLime convert graycale to RGB
Replies: 2
Views: 349

use IrrlichtLime convert graycale to RGB

Hi all,

I want to convert a grayscale bitmap to a color bitmap without using a color diagram.
I'm facing the problem of convert "IrrlichtLime.Video.ColorHSL" to "system.drawing.color"
Here is part of my code ...
private void button2_Click(object sender, EventArgs e)
{
Bitmap bmp = (Bitmap ...
by Sharon1105
Mon Apr 16, 2012 9:03 am
Forum: Beginners Help
Topic: Question on heightmap
Replies: 2
Views: 332

Re: Question on heightmap

Thanks for your fast reply Virion.
i will try it :)
by Sharon1105
Tue Apr 10, 2012 3:09 am
Forum: Beginners Help
Topic: Terrain Heightmap Question
Replies: 1
Views: 350

Terrain Heightmap Question

Hi all,
I have a question about the heightmap for irrlicht .NET
After doing the Terrain Rendering example I was looking to swap the greyscale heightmap to the one I have, but when I tried to launch the size of my image got problem(i can only see half of my image)
In the example the image was ...
by Sharon1105
Mon Apr 09, 2012 4:11 am
Forum: Beginners Help
Topic: Question on heightmap
Replies: 2
Views: 332

Question on heightmap

Hi,
This is my first post on Irrlicht website :D :D
I'm a newbie of C# and i'm trying to use your .NET to write a simple program to render a 3D image.
In my program i need to use the greyscale bitmap to restore a 3D image of an object. I had studied your TerrainRendering tutorial, that do really ...