Recent Posts

Pages: 1 ... 3 4 [5] 6 7 ... 10
41
Support / Re: 3D modeler app made with JPCT-AE, possible or not?
« Last post by MichaelJPCT on July 08, 2023, 09:38:02 am »
thanks for your confirmation.
i guess using jpct-ae, one can make a modeler app which is usable but limited in functionalities and lower performance and non-professional looking. tricks must be used to solve some problems. that way, the app's worth is a doubt.
at the meantime, how about windows version of jpct? a modeler made with jpct, designed for tap control (tablet PC), is this easier? is this kind of app worth the efforts?
42
Support / Re: 3D modeler app made with JPCT-AE, possible or not?
« Last post by EgonOlsen on July 08, 2023, 08:35:34 am »
I don't think that jPCT-AE is very well suited for this kind of application. It's made to render more or less static assets fast, not so much for updating them constantly. Also, it doesn't supports lines properly (mainly because GLES is limited in that regard).
43
Support / Re: using multiple renderers in 1 process?
« Last post by EgonOlsen on July 08, 2023, 08:33:18 am »
It depends, I guess. You can run software and hardware renderer in parallel if you are using distinct worlds and objects. You can also make the software renderer use all available cores. If that's faster or not highly depend on the application and if it's worth the hasle...I'm really not sure.
44
Support / 3D modeler app made with JPCT-AE, possible or not?
« Last post by MichaelJPCT on July 07, 2023, 01:52:27 pm »
i wish i could make 3D models on android devices, using tap control only. so that i dont need windows PC and mouse.
i wonder whether it's possible to make an app with basic modeling functionalities, like some of those in 3DSMAX.
one problem i anticipate is that, models are highly dynamic in a modeler app, i've never tried that with JPCT.
another problem is that, there are symbols, lines, translucent objects, etc.. i dont know whether GLES is good enough to handle all those elements.
anyone interested in such app or with technical insight?
45
Support / Re: using multiple renderers in 1 process?
« Last post by MichaelJPCT on July 07, 2023, 02:45:56 am »
i mean, faster than using only gl renderer to render all display ports.
46
Support / Re: using multiple renderers in 1 process?
« Last post by EgonOlsen on July 06, 2023, 01:50:39 pm »
Yes, that should work. Would it be faster...faster than what?
47
Support / Re: using multiple renderers in 1 process?
« Last post by MichaelJPCT on July 06, 2023, 03:02:57 am »
what if gl renderer and software renderer are used to render 2 different display port? not combining the images, but still in 1 process. is this do-able? would it be faster?
48
Support / Re: using multiple renderers in 1 process?
« Last post by EgonOlsen on July 03, 2023, 07:06:20 am »
It is possible to use the renderers in parallel to a degree. IIRC, it will hinder the GL renderers performance slightly and combining the results of both will most likely eat up all the benefits that doing so might have. I don't think, that it's worth it.
49
Support / using multiple renderers in 1 process?
« Last post by MichaelJPCT on July 02, 2023, 10:11:57 pm »
Hello Egon,
i have a strange idea. can we use 1 opengl renderer and multiple software renderers at the same time in 1 process?
software renderers don't use gpu but only cpu. nowadays all cpus have multiple cores. if we use most cores for rendering (for example render-to-texture) it should be great, right?
if so, the software renderer can be a great tool.
50
Projects / Re: Rubik's Cube - 2D
« Last post by aleks1283 on June 07, 2023, 09:16:20 am »
Thanks Egon!!! :)
Pages: 1 ... 3 4 [5] 6 7 ... 10