Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MichaelJPCT

Pages: 1 ... 8 9 [10] 11 12 ... 18
136
i want to change some vertices in an object loaded from 3DS or OBJ file, and create another object from these vertex data.
can i do that?

137
Feedback / Re: Naroth
« on: July 19, 2017, 03:10:24 am »
can the game be downloaded somewhere else except from google server? i can't download the game.
although i am not an RPG gamer, i would love to see a complete game made with JPCT engine and by the author of JPCT engine :D

138
Support / Re: question on shadow size
« on: July 18, 2017, 02:43:16 am »
i found out i must call both setFOV and setYFOV to have the correct size of shadow.

139
Support / Re: question on shadow size
« on: July 17, 2017, 02:46:16 pm »
i found that the horizontal size of the shadow is correct, but the vertical size is smaller. the wall is smaller in vertical dimension, so it seems the receiver should be square or the shadow would be deformed. is that so?

140
Support / Re: question on shadow size
« on: July 17, 2017, 02:37:49 pm »
here is a screenshot

141
Support / question on shadow size
« on: July 16, 2017, 08:28:31 am »
i used Shadowhelper to cast an object onto a wall, and noticed that when light is far away, the shadow was smaller than the object. is it normal? shouldn't the shadow be at least as large as the caster?

142
Support / Re: fog color problem on transparent object
« on: July 13, 2017, 03:18:00 am »
the opaque objects (such as the green part) are covered by fog correctly, the beach is not.
i'll look into the shaders.

143
Support / Re: fog color problem on transparent object
« on: July 12, 2017, 11:45:51 am »
yes, it's the beach that appears dark. but the beach is also from the png image, just the color is yellowish instead of white.
the beach and the white color part are both opaque part of the png image.

144
Support / Re: fog color problem on transparent object
« on: July 08, 2017, 05:25:42 am »
please look at the shore line of the island. it`s from a png image with 1bit transparency.
in the 2nd screenshot the shore line looks dark on the far side.

145
Support / fog color problem on transparent object
« on: July 06, 2017, 02:50:13 pm »
i have a transparent object with the same fog setting as other opaque objects, but when fog is dense ( close to farclip), the output color is not close to fog color. so the transparent object stands out when viewed far away.
 is there a problem with the blending method?

146
Support / Re: render order of opaque objects?
« on: July 06, 2017, 02:27:05 pm »
here's another question: in a World, are transparent objects rendered after (speaking of time) all opaque objects?

147
Support / Re: shared VBO ?
« on: June 30, 2017, 02:28:38 pm »
it's not very necessary. i just wanted to know.
sometimes, it can be used to save memory, such as different LODs of an object use the same VBO.

148
Support / Re: shared VBO ?
« on: June 30, 2017, 02:39:00 am »
i read the doc about shareCompiledData. it says the objects must have the same Mesh instance, then how can i define different primitives for the objects?

149
Support / Re: does JPCT-AE support scissor test?
« on: June 30, 2017, 02:33:41 am »
now i have another question, how can i use multiple shaders on an Object3D. i think i have read somewhere that an object can have several vertex shaders and fragment shaders in a row.
the reason i want this is that i don't like to modify the default shaders.

150
Support / shared VBO ?
« on: June 29, 2017, 09:43:30 am »
say i have several objects which have the same vertex positions and normals and UVs, but the primitives are different. in GL or DX, these objects can use the same VBO.
in JPCT, is it possible?

another question, if in a vertex list, some vertices are not pointed by any primitive, does JPCT remove these vertices?

Pages: 1 ... 8 9 [10] 11 12 ... 18