Author Topic: jPCT-AE wiki  (Read 41825 times)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: jPCT-AE wiki
« Reply #15 on: September 22, 2012, 05:33:03 pm »
You should have received an email with the login data for the wiki.

Offline OneManSitting

  • byte
  • *
  • Posts: 9
    • View Profile
Re: jPCT-AE wiki
« Reply #16 on: September 23, 2012, 11:48:59 pm »
yes i got it, thank you.  ;D

Offline yrahmo

  • byte
  • *
  • Posts: 6
    • View Profile
Re: jPCT-AE wiki
« Reply #17 on: December 10, 2012, 12:43:31 am »
hello
could you please add more comments on the hello-shader sample project.
i couldn't modify it by apply the same shader(in the sample) on any geometry, it keeps rendering weird artifacts. 

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: jPCT-AE wiki
« Reply #18 on: December 10, 2012, 07:28:36 am »
You need proper normal and height maps for this. Do you have those?

Offline yrahmo

  • byte
  • *
  • Posts: 6
    • View Profile
Re: jPCT-AE wiki
« Reply #19 on: December 10, 2012, 06:40:05 pm »
I just replaced the Primitive.getPlane(a,b);  by Primitive.getSphete(a,b); in the helloShader project .
result weird artefact.

in other tests I used a 3ds  file including a simple geometry (just the geometry no light no camera...)with proper uv mapping  ( exported from blender) + texture map , normal map, height map. +provided the shader code .

result : the maps are correctly applied thinks to the texcord but no shader effect , the colors of the textured geometry seem to be a little different( it s like if the light was green)
 :o

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: jPCT-AE wiki
« Reply #20 on: December 10, 2012, 08:16:32 pm »
You can't use a sphere from Primitives for this, because (as the docs say), objects created by the Primitives class have no proper texture coordinates. Load some sphere model that has proper coordinates and it will work.

About the second issue...if everything is green, something is fishy with your textures. It might very well be that the normal or the height map are not in the format that the shader expects. Have a look at the example files to see how they are supposed to look. You can post links to them, if you want to so that we can have a look too.

Offline yrahmo

  • byte
  • *
  • Posts: 6
    • View Profile
Re: jPCT-AE wiki
« Reply #21 on: December 20, 2012, 09:31:53 pm »
really sorry to make you wait di long. my DDMS is freezing, it's the same problem no matter what I try. i couldn't take any screenshot.  :'(

Offline BABABLACK_911

  • byte
  • *
  • Posts: 14
    • View Profile
Re: jPCT-AE wiki
« Reply #22 on: December 28, 2012, 06:24:47 am »
Hello Egon, I'd also like to contribute to the wiki, if you dont mind. :)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: jPCT-AE wiki
« Reply #23 on: December 28, 2012, 10:02:30 pm »
Hello Egon, I'd also like to contribute to the wiki, if you dont mind. :)
You should have received an email from the wiki system....

Offline BABABLACK_911

  • byte
  • *
  • Posts: 14
    • View Profile
Re: jPCT-AE wiki
« Reply #24 on: December 29, 2012, 04:31:35 pm »
Thanks a lot Egon, I've activated my account. Also thanks for the prototype projects you sent to me.
I sure will post anything related to jPCT-AE in the wiki.

Offline aeroxr1

  • int
  • **
  • Posts: 82
    • View Profile
Re: jPCT-AE wiki
« Reply #25 on: October 29, 2014, 12:34:13 am »
I have gone in the wiki page and it is empty... is normal ?  :'(

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: jPCT-AE wiki
« Reply #26 on: October 29, 2014, 10:51:02 am »
No, it's not. But it should actually be fixed more or less by now. See also http://www.jpct.net/forum2/index.php/topic,4191.0.html

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: jPCT-AE wiki
« Reply #27 on: October 29, 2014, 10:56:23 am »
If it still happens for some pages, you are seeing a cached page. In that case, click on version history and replace the action=history parameter by action=purge. Yes, it's cumbersome, but what should i tell you...it's MediaWiki...