Click here to Skip to main content
15,889,808 members
Home / Discussions / Java
   

Java

 
GeneralRe: Audio Files in socket programming. Pin
Richard MacCutchan24-Jan-10 22:07
mveRichard MacCutchan24-Jan-10 22:07 
GeneralRe: Audio Files in socket programming. Pin
427748024-Jan-10 22:20
427748024-Jan-10 22:20 
GeneralRe: Audio Files in socket programming. Pin
Richard MacCutchan24-Jan-10 23:10
mveRichard MacCutchan24-Jan-10 23:10 
GeneralRe: Audio Files in socket programming. Pin
427748024-Jan-10 23:27
427748024-Jan-10 23:27 
AnswerRe: Audio Files in socket programming. Pin
san-shiro{701}10-Feb-10 11:43
san-shiro{701}10-Feb-10 11:43 
QuestionREG: SSH Pin
sangeethanarayan22-Jan-10 2:08
sangeethanarayan22-Jan-10 2:08 
AnswerRe: REG: SSH Pin
Richard MacCutchan22-Jan-10 3:59
mveRichard MacCutchan22-Jan-10 3:59 
QuestionProblem in SetBoundaryModes with Option Clamp Pin
002comp20-Jan-10 20:32
002comp20-Jan-10 20:32 
Hello Friends
I am applying texture to a object with clamp option means no repetition of that texture to object.

My code is below:
TextureLoader textureLoader = new TextureLoader(textureImage, TextureLoader.GENERATE_MIPMAP);
Texture texture = textureLoader.getTexture();
texture.setBoundaryModeS(Texture.CLAMP);                                    texture.setBoundaryModeT(Texture.CLAMP);
texture.setBoundaryColor(1.0f,0.0f,0.0f,1.0f);

First of all I mapplying a color to opject suppose red then I am applying texture Image without repetition of yellow color.Then I am setting boundary color(red) too as I read in some Docs.
After that the color of that object doesnt remain red.It becomes light yeloow.
Any Ideas??
Thanks In Advance.
Yogesh
Questionimplementing term frequency and inverse document frequency in java Pin
Abiodun Modupe19-Jan-10 12:46
Abiodun Modupe19-Jan-10 12:46 
AnswerRe: implementing term frequency and inverse document frequency in java Pin
Richard MacCutchan19-Jan-10 22:39
mveRichard MacCutchan19-Jan-10 22:39 
AnswerRe: implementing term frequency and inverse document frequency in java Pin
Cedric Moonen19-Jan-10 22:53
Cedric Moonen19-Jan-10 22:53 
Questionjava and windows vista Pin
StrayGrey18-Jan-10 3:58
StrayGrey18-Jan-10 3:58 
AnswerRe: java and windows vista Pin
David Skelly18-Jan-10 4:31
David Skelly18-Jan-10 4:31 
AnswerRe: java and windows vista Pin
StrayGrey18-Jan-10 18:05
StrayGrey18-Jan-10 18:05 
AnswerRe: java and windows vista Pin
StrayGrey18-Jan-10 4:37
StrayGrey18-Jan-10 4:37 
GeneralRe: java and windows vista Pin
TorstenH.19-Jan-10 2:36
TorstenH.19-Jan-10 2:36 
Questionsearch code for network monitoring Pin
manu.o17-Jan-10 5:52
manu.o17-Jan-10 5:52 
QuestionHow to do Tiling Of Textures? Pin
002comp15-Jan-10 4:46
002comp15-Jan-10 4:46 
QuestionChange size of Textures Pin
002comp14-Jan-10 20:36
002comp14-Jan-10 20:36 
AnswerRe: Change size of Textures Pin
002comp14-Jan-10 22:49
002comp14-Jan-10 22:49 
GeneralRe: Change size of Textures( Plz help me somebody) Pin
002comp15-Jan-10 0:39
002comp15-Jan-10 0:39 
Questionusing jmxremote and JConsole Pin
tas282614-Jan-10 5:50
tas282614-Jan-10 5:50 
QuestionI need ebay program Pin
totolcm13-Jan-10 2:16
totolcm13-Jan-10 2:16 
AnswerRe: I need ebay program Pin
JustWorking13-Jan-10 2:44
JustWorking13-Jan-10 2:44 
AnswerRe: I need ebay program Pin
TorstenH.14-Jan-10 2:42
TorstenH.14-Jan-10 2:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.