Search found 16 matches
- Wed May 13, 2009 8:17 pm
- Forum: Beginners Help
- Topic: Mesh wont appear after applied shader.
- Replies: 2
- Views: 293
- Wed May 13, 2009 8:13 am
- Forum: Beginners Help
- Topic: How irrlicht render lightmap of gile[s]?
- Replies: 3
- Views: 720
ok, i tried loading the light mapped model and it gives me this error in console: Unknown data object in animation of .x file: Header Loaded texture: c:\Program Files (x86)\Autodesk\3dsMax8\meshes\Brkwea.jpg First-chance exception at 0x100bd3e2 in Files.exe: 0xC0000005: Access violation reading loca...
- Wed May 13, 2009 7:31 am
- Forum: Beginners Help
- Topic: IrrEdit - shadowz. (pic heavy)
- Replies: 18
- Views: 1486
- Wed May 13, 2009 6:07 am
- Forum: Beginners Help
- Topic: Mesh wont appear after applied shader.
- Replies: 2
- Views: 293
Mesh wont appear after applied shader.
for some reason, my mesh disappears when i apply my shader to it. it should at least show it, no? I don't get if it's the shader, or my code. any ideas on what it could be? i've added my shader code here for you to see so MAYBE you could tell me what's wrong with it. Irrlicht doesn't give me any err...
- Wed May 13, 2009 5:57 am
- Forum: Beginners Help
- Topic: IrrEdit - shadowz. (pic heavy)
- Replies: 18
- Views: 1486
- Thu Feb 19, 2009 10:12 pm
- Forum: Code Snippets
- Topic: m8m/mdl7/mdl5 mesh loaders
- Replies: 7
- Views: 3918
- Wed Feb 11, 2009 6:55 am
- Forum: Beginners Help
- Topic: little help trying to render to a typical Win32 window.
- Replies: 2
- Views: 244
- Wed Feb 11, 2009 1:49 am
- Forum: Beginners Help
- Topic: pixel shader wont load
- Replies: 12
- Views: 1470
New problem, i can't seem to set the texture on a mesh using shaders, it gives me rror setting float array for HLSL variable here is my shader code for this effect float4x4 matViewProjection : ViewProjection; struct VS_INPUT { float4 Position : POSITION0; float2 TEX : TEXCOORD0; }; struct VS_OUTPUT ...
- Wed Feb 11, 2009 1:10 am
- Forum: Beginners Help
- Topic: little help trying to render to a typical Win32 window.
- Replies: 2
- Views: 244
little help trying to render to a typical Win32 window.
Hello, i'm trying to render to a pre_made window and for some reason I get an access violation right here: bool CIrrlicht::CreateIrrlichtDeviceEx(video::E_DRIVER_TYPE Type /* = E_DRIVER_TYPE::EDT_DIRECT3D9 */,HWND windowHandle,int width, int height) { ZeroMemory(&this->creationParams,sizeof(SIrr...
- Mon Feb 09, 2009 4:00 pm
- Forum: Beginners Help
- Topic: pixel shader wont load
- Replies: 12
- Views: 1470
- Mon Feb 09, 2009 3:44 pm
- Forum: Beginners Help
- Topic: pixel shader wont load
- Replies: 12
- Views: 1470
Code: Select all
HLSL vertex shader compilation failed:
(12): error X3018: invalid subscript 'Postion'
- Mon Feb 09, 2009 2:36 pm
- Forum: Beginners Help
- Topic: pixel shader wont load
- Replies: 12
- Views: 1470
- Mon Feb 09, 2009 2:18 pm
- Forum: Beginners Help
- Topic: pixel shader wont load
- Replies: 12
- Views: 1470
this is what the console says
doesn't say why it can't open it though
Code: Select all
Could not open pixel shader program file: Red_Shader.hlsl,
- Mon Feb 09, 2009 12:46 am
- Forum: Beginners Help
- Topic: pixel shader wont load
- Replies: 12
- Views: 1470
- Mon Feb 09, 2009 12:03 am
- Forum: Beginners Help
- Topic: pixel shader wont load
- Replies: 12
- Views: 1470
[img] http://img.photobucket.com/albums/v238/adarksoul/Untitled.jpg?t=1234137705 [/img] this is what i see, the house should be red since i loaded the pixel shader along with the vertex shader so i don't know what to do, i mean it loaded the vertex shader, yet it can't load the pixel shader even tho...