Search found 11 matches
- Mon Apr 15, 2013 8:45 pm
- Forum: Advanced Help
- Topic: A way to combine texture alpha channel w/ vertex alpha?
- Replies: 3
- Views: 750
- Mon Apr 15, 2013 7:01 pm
- Forum: Advanced Help
- Topic: A way to combine texture alpha channel w/ vertex alpha?
- Replies: 3
- Views: 750
A way to combine texture alpha channel w/ vertex alpha?
I'm losing my mind trying to find a way to combine EMT_TRANSPARENT_ALPHA_CHANNEL with EMT_TRANSPARENT_VERTEX_ALPHA.
I want do draw a mesh with a texture with alpha channel but with a fade out covering all the mesh.
So, what can i do?
virtual void render()
{
u16 indices[] = { 0,2,3, 2,1,3, 1,0 ...
I want do draw a mesh with a texture with alpha channel but with a fade out covering all the mesh.
So, what can i do?
virtual void render()
{
u16 indices[] = { 0,2,3, 2,1,3, 1,0 ...
- Mon Feb 28, 2011 1:11 pm
- Forum: Advanced Help
- Topic: Problem with alpha channel when rendering to ARGB texture
- Replies: 12
- Views: 2203
- Fri Feb 18, 2011 5:51 pm
- Forum: Advanced Help
- Topic: Problem with alpha channel when rendering to ARGB texture
- Replies: 12
- Views: 2203
- Fri Feb 18, 2011 5:38 pm
- Forum: Advanced Help
- Topic: Problem with alpha channel when rendering to ARGB texture
- Replies: 12
- Views: 2203
- Fri Feb 18, 2011 5:22 pm
- Forum: Advanced Help
- Topic: Problem with alpha channel when rendering to ARGB texture
- Replies: 12
- Views: 2203
- Thu Feb 17, 2011 5:08 pm
- Forum: Advanced Help
- Topic: Problem with alpha channel when rendering to ARGB texture
- Replies: 12
- Views: 2203
- Wed Feb 16, 2011 7:52 pm
- Forum: Advanced Help
- Topic: Problem with alpha channel when rendering to ARGB texture
- Replies: 12
- Views: 2203
- Wed Feb 16, 2011 11:53 am
- Forum: Advanced Help
- Topic: Problem with alpha channel when rendering to ARGB texture
- Replies: 12
- Views: 2203
- Tue Feb 15, 2011 4:51 pm
- Forum: Advanced Help
- Topic: Problem with alpha channel when rendering to ARGB texture
- Replies: 12
- Views: 2203
humm.... i think the images are missing....
i think the images i did post above are missing... so ...
i´m posting the links again:
http://piczasso.com/i/bumma.png
http://piczasso.com/i/pxzxl.png
http://piczasso.com/i/pl8m8.png
I hope somebody can help me.

i´m posting the links again:
http://piczasso.com/i/bumma.png
http://piczasso.com/i/pxzxl.png
http://piczasso.com/i/pl8m8.png
I hope somebody can help me.
- Tue Feb 15, 2011 4:03 pm
- Forum: Advanced Help
- Topic: Problem with alpha channel when rendering to ARGB texture
- Replies: 12
- Views: 2203
Problem with alpha channel when rendering to ARGB texture
Hi, first of all, sorry for my bad english. I will try to explain
my problem best i can.
I´m rendering all stuff to a ARGB texture using DirectX device:
//note i create a 1x1 window, cause all that i want is use the rendered texture in
//other application... so i dont need to see irrlicht ...
my problem best i can.
I´m rendering all stuff to a ARGB texture using DirectX device:
//note i create a 1x1 window, cause all that i want is use the rendered texture in
//other application... so i dont need to see irrlicht ...

