Hi everyone,
What i need is to be able to load a model and then be able to texture it at runtime, and be able to change the textures of certain elements of the 3d model at the click of a button.
Im not too sure about how to do this, so i thought i may aswell ask for your help.
Thanks A Lot.
Search found 12 matches
- Mon Oct 20, 2008 4:25 pm
- Forum: Beginners Help
- Topic: Texturing At Runtime
- Replies: 2
- Views: 592
- Sat Aug 23, 2008 1:26 pm
- Forum: Beginners Help
- Topic: Getting rid of IOSOperator
- Replies: 1
- Views: 174
Getting rid of IOSOperator
Hey just a quick question here
When i get a IOSOperator class using my irrlicht device am i right in assuming that when the device is dropped it also drops the IOSOperator it owns which is the one im getting a pointer to?
When i get a IOSOperator class using my irrlicht device am i right in assuming that when the device is dropped it also drops the IOSOperator it owns which is the one im getting a pointer to?
- Fri Aug 22, 2008 4:16 pm
- Forum: Project Announcements
- Topic: irrTRACE (graphic debug tool)
- Replies: 5
- Views: 5228
- Wed Aug 20, 2008 8:06 pm
- Forum: Beginners Help
- Topic: Getting a value from a listbox
- Replies: 5
- Views: 576
- Wed Aug 20, 2008 7:32 pm
- Forum: Beginners Help
- Topic: Getting a value from a listbox
- Replies: 5
- Views: 576
What im trying is this
This is called when i get the gui event for changing or re selecting an item in the list box, the problem is that the statictext just goes blank when i select an item.
Code: Select all
statictext->setText(listbox->getListItem(listbox->getSelected()))
- Wed Aug 20, 2008 6:37 pm
- Forum: Beginners Help
- Topic: Getting a value from a listbox
- Replies: 5
- Views: 576
Getting a value from a listbox
Hey everyone,
Im trying to get the value(the wchar_t text) from the currently selected item on a list box, whats the best way for me to do this what iv tried isnt working, its so i can set the text of a StaticText object.
Thanks
Im trying to get the value(the wchar_t text) from the currently selected item on a list box, whats the best way for me to do this what iv tried isnt working, its so i can set the text of a StaticText object.
Thanks
- Wed Jul 30, 2008 12:25 pm
- Forum: Beginners Help
- Topic: IrrNetLite Packet Handling[solution reached]
- Replies: 4
- Views: 391
- Tue Jul 29, 2008 8:42 pm
- Forum: Beginners Help
- Topic: IrrNetLite Packet Handling[solution reached]
- Replies: 4
- Views: 391
IrrNetLite Packet Handling[solution reached]
Hey,
Iv just started using IrrNetLite and networking in general
Iv been making a client and server but iv run into problems with sending and recieving packets, the client can connect to the server with no problems but when i try to send a packet the server never receives it
This is the code im ...
Iv just started using IrrNetLite and networking in general
Iv been making a client and server but iv run into problems with sending and recieving packets, the client can connect to the server with no problems but when i try to send a packet the server never receives it
This is the code im ...
- Sun Jul 27, 2008 7:19 pm
- Forum: Beginners Help
- Topic: irrnetlite probs - winsock dosent like me
- Replies: 14
- Views: 738
- Sun Jul 27, 2008 7:07 pm
- Forum: Beginners Help
- Topic: irrnetlite probs - winsock dosent like me
- Replies: 14
- Views: 738
- Sun Jul 27, 2008 6:44 pm
- Forum: Beginners Help
- Topic: irrnetlite probs - winsock dosent like me
- Replies: 14
- Views: 738
- Sun Jul 27, 2008 6:05 pm
- Forum: Beginners Help
- Topic: irrnetlite probs - winsock dosent like me
- Replies: 14
- Views: 738
irrnetlite probs - winsock dosent like me
Elp, iv added irrnet and enet to my project and all is fine except for when i include irrnet.h or enet.h i get loads of errors from winsock, they are all similar heres a sample -
winsock2.h(212) : error C2011: 'hostent' : 'struct' type redefinition
There are ones about macro and function ...
winsock2.h(212) : error C2011: 'hostent' : 'struct' type redefinition
There are ones about macro and function ...