Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
hey i have 2 questions: 1.i am bulding a website so people can comunicate in the room but iwas wodernig when i open a user session in php how do i make the session have an avatar like a small cube or icon so i can see who is in the room with me any ideas? 2.is ther any other way ican learn more about how to program with copperlicht because i need to hand my final project for my degree in computer science and all ihave from you ae the documantations and 7 tutorials oh yea and another question : when i import a 3d mesh (3ds,nfo) is it possible to make it not one color like for instence a piano or a bed ? because when i color an objected it is not that beautiful in one color tnx. |
||||
|
1: That's nothing copperlicht specific. You can do this just like you would implement any normal chat or other multiplayer game. Try ajax requests, for example, or the new HTML 5 web sockets. 2: There are a lot of tutorials here: http://www.ambiera.com/copperlic... 3: Sure, just texture it, or colorize it in your 3d modelling program. |
||||
|
tnx niko but about importing the 3d first i get it as white and when i do texture it if i have like a sofa and i have the right image it texture it but in small cubes |
||||
|
Maybe it cannot find the textures? Did you take a look into the output window? |
||||
|
thanks niko i will try but i have a diffrent question: me and 2 other college friends purchased your copper cube and we got from you 3 activasion keys 'know the problem is that one of the students has a really slow computer and he wants to reboot he's system ,now we know that once he reboots his pc he will loose coppercube and the activasion key so my question for you is it possible to get from your compeny or you a new actyivasion key if he wan'ts to reboot his pc it will help us alot tnx. |
||||
|
Why does he loose CopperCube when he reboots? He shouldn't. Everything should work fine after that. |
||||
|
because he want to delete and reeboot his system when are school bought copper cube we got 3 acrivasion codes and we used all of them he has windows vista and he wants to upgrade to win7 but he will loose all of his work so he needs to download coppercube again and then when they ask for a activasion code he wonwt have one because we used all of them.... |
||||
|
and i was wondering how in copperlicht i import a human (clerck)and what libary i need to use to move him???? |
||||
|
See this tutorial: http://www.ambiera.com/copperlic... |
||||
|
thanks i was wondering what class or function i need to use because when i have a new cubemesh everytime i make a new one the cubes are in the same place so i was wondering witch function is there to place the cube by positions or coordinantes? tnx |
||||
|
Moving a node works by simply changing the position. Like yourNode.Pos.X += 10.0; |
||||
|
tnx niko and a last question i promise :-) witch class i need to use when clicked with the mouse "do something " and if you can give an example it will really help are project. tnx |
|