Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K
~977 People Reached

5 Posted Topics

Member Avatar for Neosmithk

According to the the link [url]http://68.41.192.217/Java/HTML/chatclient3d.html[/url], I guess you must have solved this problem! Congratulations!

Member Avatar for gyuvaraj
0
330
Member Avatar for Glass_Joe
Member Avatar for gunjannigam
Member Avatar for cmliu2004
0
86
Member Avatar for brechtjah

According to the following codes: [CODE]// Add the vertices to the QuadArray for(int v=0; v<faces[f].length; v++) { face.setCoordinates(v, vertices[faces[f][v]]); // Set the texture coordinates for(int i=0; i<4; i++){ face.setTextureCoordinate(i, texcoords[i]); } } [/CODE] We can tell the two array variables must be defined like follows: [CODE]Point3d vertices[] = new Point3d[]; …

Member Avatar for cmliu2004
0
161
Member Avatar for Bubbleboy

If document.name.style.display="none"; does not work, you should check if the object "document.name" and "document.name.style" is effective by using: alert(document.name); and alert(document.name.style);

Member Avatar for Bubbleboy
0
199

The End.