Search found 4 matches

by EzikialBasix
Sun May 28, 2006 5:51 pm
Forum: Advanced Help
Topic: EMT_TRANSPARENT_VERTEX_ALPHA not working?
Replies: 0
Views: 268

EMT_TRANSPARENT_VERTEX_ALPHA not working?

Hey, Im trying to make a mesh transparent at night. When i try setting the meshes vertex alpha transparency for each vertex... its transparent during the day, and not the night. Fully transparent areas show as black. Im using EMT_TRANSPARENT_VERTEX_ALPHA with pure vertex data. No texture... but its ...
by EzikialBasix
Sat May 27, 2006 9:54 pm
Forum: Beginners Help
Topic: Vertex Alpha Issue
Replies: 1
Views: 367

Vertex Alpha Issue

Hey I finally got my class working as it should, except for one problem. I have a Skycone with the color gradient depending on the time of day. I also have a star sphere in the back with a star texture on it. I'm trying to make portions of the cone transparent at night (except the horizon) but it do...
by EzikialBasix
Thu May 25, 2006 4:12 am
Forum: Beginners Help
Topic: Custom Scene Node
Replies: 4
Views: 252

does CMeshManipulator::setVertexColors() allow to change vertex colors based on height? Thats really what I need to do.
by EzikialBasix
Wed May 24, 2006 7:28 pm
Forum: Beginners Help
Topic: Custom Scene Node
Replies: 4
Views: 252

Custom Scene Node

Hey yall, I just started using Irrlicht a few weeks ago, and I'm impressed with it's simplistic power. Anyways, my problem is creating a sky-dome and having access to vertex color data. I tried loading a 3DS file into irrlicht, but I couldn't figure out if I was able to change vertex color on those....