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 8607607
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T03:24:05+00:00 2026-06-12T03:24:05+00:00

I made a scene using the webgl renderer where I put multiple 3D objects

  • 0

I made a scene using the webgl renderer where I put multiple 3D objects that I can select and move. However when an object is selected, I’d like to draw its axes. No problem with drawing the lines to the center of the object but I’d like them to appear in front of anything else on the scene so that they are visible even if other objects are in front – Like in Blender.

I tried to play with the renderDepth param but I don’t think I understood how to use it and I didn’t get any result.

Thank you for your help.

  • 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-06-12T03:24:07+00:00Added an answer on June 12, 2026 at 3:24 am

    If you want some objects to render "on top", or "in front", one trick is to create two scenes — the first scene is your regular scene, and the second scene contains the objects that you want to have on top.

    First, set

    renderer.autoClear = false;
    

    Then create two scenes

    var scene = new THREE.Scene();
    var scene2 = new THREE.Scene();
    

    Add your objects to the first scene as usual, and add the objects you want to have "on top" to the second scene.

    Then, in your render() function, do this:

    renderer.clear();
    renderer.render( scene, camera );
    renderer.clearDepth();
    renderer.render( scene2, camera );
    

    This will render the first scene, clear the depth buffer, and then render the second scene on top.

    three.js r.142

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

Sidebar

Related Questions

I am trying to assemble a scene in opengl, using already made objects. The
I have an OpenGL ES scene which is made up of about 20 objects.
For building a scene graph a decision needs to be made between using TFixedPoint
I made an App using cocos2D that has a hierarchical structure. And I used
I made an iphone app to capture image from camera and to set that
I made an application that passes trough an XML file and extracts the entries
I made a little PHP script that checks if an email is valid. The
I made a UITableViewCell and I have 20 rows in that table in which
I made myself a template for all JSPs in my webapp that keeps things
Environment: WebGL, Chrome. I have the following behavior when using transparent png's as textures

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.