Page 2 of 2

Re: Adding new objects

Posted: Mon Oct 08, 2018 07:02
by Ek Wilibris
What do you mean "more space"? 1 texture and 1 mesh(and it's lightweight thing), that's all. In case with pseudo 3d you need a lot of sprites to draw all positions. In true 3d you just rotate mesh in right position. There are many cases, when 3d makes a work simpler.

Re: Adding new objects

Posted: Wed Oct 10, 2018 10:43
by CTPAHHuK
3d does not add strategy, but gives problems.

Re: Adding new objects

Posted: Thu Oct 11, 2018 06:49
by Ek Wilibris
CTPAHHuK wrote: Wed Oct 10, 2018 10:43 3d does not add strategy, but gives problems.
And, which problems does 3d?
2d does not add strategy too, by the way.

Re: Adding new objects

Posted: Sun Oct 14, 2018 09:12
by CTPAHHuK
Ek Wilibris wrote: Thu Oct 11, 2018 06:49
CTPAHHuK wrote: Wed Oct 10, 2018 10:43 3d does not add strategy, but gives problems.
And, which problems does 3d?
I don't have time to turn 3D camera.

Re: Adding new objects

Posted: Tue Oct 16, 2018 07:44
by Ek Wilibris
CTPAHHuK wrote: Sun Oct 14, 2018 09:12 I don't have time to turn 3D camera.
For example, in Warcraf3 you can't turn a camera, and you don't need it anyway, you're seeing everything.
When you do not see something, it's not 3D problem, it's level designers' problem.
You can set FOV to low, and you will see 3D as plane 2D.
But profit of 3D is in development of units and environment, as I said. You do not need to make a number of shots of every unit's position. Intead of it, you just can rotate the object in game into process.
Do you remember, we want to recolor Yog? :) Now it's very hard task, because we need paint every picture, one by one. In 3D we should paint just one texture.

Re: Adding new objects

Posted: Thu Oct 18, 2018 18:52
by CTPAHHuK
May be. But i have no money to buy super computer for stream h4 3d.

Re: Adding new objects

Posted: Fri Oct 19, 2018 07:45
by Ek Wilibris
CTPAHHuK wrote: Thu Oct 18, 2018 18:52 May be. But i have no money to buy super computer for stream h4 3d.
Computer - is least problem at all :(
A lot of content - that's problem.