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.

[feature] render in 2d

See original GitHub issue

Hey. I want to show only the head of the skin. I made this code

const parts = viewer.playerObject.skin;
const invisible = ['body', 'leftArm', 'rightArm', 'leftLeg', 'rightLeg'];
            
for(const part of invisible) {
      parts[part].visible = false;
}

But it just hides other parts of the skin and the head does not get the entire area of the canvas. I get this: Снимок экрана 2020-01-05 в 22 29 51 Снимок экрана 2020-01-05 в 22 30 36

But i need something like this: Снимок экрана 2020-01-05 в 22 45 03

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
yushijinhuncommented, Jan 6, 2020

I can create a separate library for this, and I would like to name it ‘skinview2d’. How do you think guys?

2reactions
yushijinhuncommented, Jan 26, 2020

I’ve created the repository bs-community/skinview2d.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Will 2D Render Pipeline support Renderer Features?
The developer said that it doesn't work cuz the 2D Renderpipeline doesn't have render features. And he said if it got render features...
Read more >
2D Renderer Data Asset | Universal RP | 12.0.0
The 2D Renderer supports URP Renderer Features. The setup for the features are called before any of the 2D built-in passes are queued....
Read more >
Java 2D Rendering
To employ Java 2D API features in the application, cast the Graphics object passed into a component's rendering method to a Graphics2D object....
Read more >
3D Rendering And 2D Rendering Diffrences
There are no specific sides or perspectives present in 2D renders, since it involves just the length and width dimensions (x and y...
Read more >
BLENDER 2.9x - NEW FEATURE - 2D FROM 3D! - YouTube
Turn a 2D painting into 3D environment - Powerful BLENDER Techniques · Make Stylized Renders In Blender With GREASE PENCIL · Basic Blender...
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