Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Can this mechanic be actually done? — Gideros Forum

Can this mechanic be actually done?

neverjoyneverjoy Member
edited April 2017 in General questions
Hello all. Is a mechanic like having a 3d background. while the character sprites are 2d can be done in gideros? by background I mean no animation and no physics, but can be moved(Land, trees, house, etc.), like the game Dragon Quest V DS version or Pokemon Games on DS, where when you move left technically background just moves right vice versa?

Comments

  • tkhnomantkhnoman Member
    Accepted Answer
    Yes, it can.
    You just need to do camera manipulation for the 2d sprites, so they looks like standing.

    Likes: neverjoy

    +1 -1 (+1 / -0 )Share on Facebook
  • neverjoyneverjoy Member
    edited April 2017
    yes i can handle the sprites, 3d portion is the one that bugs me... will obj model with a skin enough for the purpose? or should i use mesh? can it be made like tilemap where the 3d portion(example, land not houses) is in tiles format?

    basically what i am after to is like the effect illustrated in attachment- when you move to the right you cant see much of the object's left side and the right side becomes more clearer.
    sketch1491623649655_1.jpg
    720 x 1000 - 120K
  • I'm not sure about the question.
    Well, obj model would also consist of mesh, so of course it would use mesh.
    Regarding made like tilemap, you should have some kind of the handler so it can convert any tile that drawn to 3d object itself.
  • thanks for the reply..
    with the mesh I mean, mesh created with gideros(coded) vs obj models made with 3d editors.

    you said to make some kind of handler. well, that's it! im nope-ing out. 3d seems way too much out of my league. might as well study the concepts first.

    thanks for the reply good sir!
Sign In or Register to comment.