Search found 2 matches

by WoodKeeper
Fri Sep 14, 2007 3:01 pm
Forum: Irrlicht.NET
Topic: How to create a 3D node make it looks like "no backgrou
Replies: 5
Views: 13001

Did this actally work for someone??

I tried it with mixed results.

Burningvideo seem to work,
Direct3D/OpenGL are seem to be very slow and are not working correct.
I used the Win32Window example (#14).

I removed the SkyBox and used a ColorKey for the Background. The Background disappeared ...
by WoodKeeper
Fri Sep 14, 2007 2:26 pm
Forum: Beginners Help
Topic: Lock texture bug
Replies: 14
Views: 2026

Hi,

I am posting in here because i have a relevated issue.

I need to access the pixels of a RenderTargetTexture. The only way i found out yet is to lock the RT Texture, thus returning a pointer to access the pixels.

The RTT size in my project can differ, so i can not use Direct3D as long its RTT ...