question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Visibility do not apply to child objects

See original GitHub issue

while using three inspector i noticed if

parent = new THREE.Object3D();
parent.add(mesh1);
parent.add(mesh2);
parent.visible = false;

mesh1 and mesh 2 are still visible. is this intended or bug?

Issue Analytics

  • State:closed
  • Created 12 years ago
  • Comments:20 (17 by maintainers)

github_iconTop GitHub Comments

4reactions
jesseazuetacommented, Feb 1, 2017

Hi everyone, not sure if this has already been clarified, but Im trying to set up an enclosed room with some soft lighting. I wanted to use area lights to achieve this but the light source is visible. Is there a way to keep the light emitting but hide the visibility of the light source itself? Any help would be greatly appreciated!

1reaction
mrdoobcommented, Feb 1, 2017

@jesseazueta please, don’t post in old conversations with unrelated questions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

parent hidden but children still visible (I don't want them visible)!
One thing you can do is to use hidden / inherit instead of hidden / visible . inherit will cause an element to...
Read more >
Is it possible to toggle child viewport visibility from the parent ...
Hold Ctrl (makes the command recursive ) when toggling the visibility of the parent and it will also apply to all the children...
Read more >
User see a Related List on a Parent object when they do not ...
The field is hidden from the User. However, when the User goes to the Parent object's record, they see the Child object's Related...
Read more >
visibility - CSS: Cascading Style Sheets - MDN Web Docs
The visibility CSS property shows or hides an element without changing the layout of a document. The property can also hide rows or...
Read more >
Controlling Object Visibility - Win32 apps - Microsoft Learn
If a user is granted the ADS_RIGHT_ACTRL_DS_LIST access control right on a container, the user can view any of the child objects of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found