Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6618077
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:46:57+00:00 2026-05-25T20:46:57+00:00

Is it possible somehow to automatically continue the building of an existing mesh? How

  • 0

Is it possible somehow to automatically continue the building of an existing mesh? How this can be done?
Let’s say an example. I have a cuboid and I would like to have a bigger cuboid in runtime. The cuboid also have some texture and the new parts of the cuboid should have new texture. I think for this problem the scaling isn’t enough, because of the texturing. How can I add texture to my cuboid in runtime?

Can you suggest me please some tutorials / frameworks and any help to solve this problem?


Edit: according to @datenwolf answer:
I think I can extend the shape of the cuboid with reusing the same mesh more time.
Do you have any idea how to texturize something in runtime?


Edit2:
So, a more concrete problem: I would like to build a house, a simple cuboid house with one floor. And after some time I would like to add another floor. I think it is an easy task, but I never worked with these kind of problems before.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T20:46:57+00:00Added an answer on May 25, 2026 at 8:46 pm

    OpenGL is not a scene graph. It’s simply a drawing API. There is no internal representation of what’s visible on the screen. The only thing OpenGL is left with after drawing something are the contents of the framebuffer(s).

    You want something changed, you clear the framebuffer and redraw your scene with the adjustments done.


    Regarding Quation EDIT 2:
    I can only reiterate my first statement: OpenGL is not a scene graph, i.e. you don’t “build” a scene with it. What you have is geometry data (vertices) and sampling data (images/textures).

    Then you have a drawing function, that tells OpenGL to make triangles, lines or points out of the geometry data and fill the fragments generated (=pixels) with values derived from illumination calculations, solid colour and texture sampling data.

    Making a change to a scene does not happen in OpenGL! Making a change in the scene happens by making the changes in the geometry data supplied to OpenGL and the different drawing operations this implies.

    Like I already said, you don’t “build” your scene/geometry with OpenGL. You use a 3D modelling program like Blender, Maya, 3DS Max, Cinema 4D or similar for this, store the model to some data store (file, web resource, database entry, whatever) in a format your rendering program can access. A changed model is stored in a different storage location, loaded as well and to represent the change you draw the new model.

    Another way to build geometry is using Constructive (Solid) Geometry (CSG) system, with which you build a scene from basic building blocks (planes, spheres, cones, closed surface patches) and logical operations (union, difference, intersection, exclusion). However OpenGL is not a geometry processing library.

    What OpenGL gives you are drawing tools: Canvases (=framebuffers), Stencils, Scissors, Collage Images (textures), “Shapes” (=Primitives, i.e. points, lines, triangles) and “Smart Brushes” (shaders). Interestingly enough, by using the stencil buffer with multiple passes one can do screen space, image based logical operations on solids. But this is really just a image based effect and won’t process the geometry itself.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it somehow possible that instead of: Button btnNextWord = (Button) this.findViewById(R.id.btnNextWord); Eclipse automatically
Is it somehow possible to automatically have a link to GitHub issue number in
Is this possible somehow to generate a GUID in C#, that mostly corresponds to
Is it somehow possible to use the 'With' keyword on an existing object? I
Is it possible? If so, how can I write such code? E.g. I have
In Vaadin, is it possible to somehow render a textarea that automatically adjusts its
Is it somehow possible to automatically generate a YAML schema file or models from
Is it possible somehow to ask the user to allow cross-domain access instead of
while debugging a C++ program with GDB, is it possible somehow to add comments
Is it somehow possible to access a user's public key files (located in ~/.ssh

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.