Search found 79 matches
- Fri Sep 01, 2006 10:38 pm
- Forum: Advanced Help
- Topic: Parallax and dynamic lights (and shadows)
- Replies: 12
- Views: 1695
- Fri Aug 25, 2006 7:52 am
- Forum: Code Snippets
- Topic: (C++) HealthBarSceneNode ( health bar above player)
- Replies: 16
- Views: 16790
- Fri Aug 25, 2006 7:45 am
- Forum: Open Discussion and Dev Announcements
- Topic: a series of strange limitations
- Replies: 8
- Views: 1401
I've looked at the shadow nodes code, it uses an IMesh, so limiting them to animated meshes, I believe, wasn't intentional. There is little extra work involved, but IMeshSceneNode should DEFINITELY support shadows. As for other scene node types, I don't know how wise it would be. Oct tree nodes with...
- Wed Aug 23, 2006 9:03 am
- Forum: Advanced Help
- Topic: Edit: Odd segmentation fault....
- Replies: 10
- Views: 915
- Mon Aug 21, 2006 3:10 am
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1182
- Sun Aug 20, 2006 7:28 pm
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1182
- Sat Aug 19, 2006 3:43 am
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1182
- Fri Aug 18, 2006 12:38 am
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1182
- Thu Aug 17, 2006 10:42 am
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1182
EDIT: I suggest you fullscreen for this post for ease of reading. I may need a patch, but it is obviously not something I would be concerned with for this issue, as I downloaded and installed vc++ 2005 express three days ago to the day. Also, you're right, you can't get the proper info from the stac...
- Thu Aug 17, 2006 9:24 am
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1182
- Thu Aug 17, 2006 7:07 am
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1182
- Thu Aug 17, 2006 7:05 am
- Forum: Beginners Help
- Topic: Parallax mapping and Shadow
- Replies: 5
- Views: 780
- Wed Aug 16, 2006 10:41 pm
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1182
irrAllocator in C++ 2005 Express
//! deallocate memory for an array of objects void deallocate(T* ptr) { internal_delete(ptr); } When I init a string as "" (empty), it passes the empty array (ptr=NULL) and crashes at internal_delete(ptr) saying Access violation reading location 0x00000008, which doesn't make any sense be...
- Wed Aug 16, 2006 8:19 pm
- Forum: Advanced Help
- Topic: Edit: Odd segmentation fault....
- Replies: 10
- Views: 915
- Wed Aug 16, 2006 10:25 am
- Forum: Beginners Help
- Topic: Irr 1.10 - createDeviceEx
- Replies: 4
- Views: 361
Ya, I saw that it is used by createDevice. Didn't know about implicit constructors, now I know. Although, I didn't think it was a constructor issue. :oops: :!: That must be it! I forgot I had to get an older version of my code (2nd hd crash!!), therefore older versions of the dlls, and probably forg...