microsoft / microsoft/TRELLIS

Question: Which mesh rendering strategy is better?

Open
#179 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
13.7k
Forks
1.3k
PR merge metrics
No merged PRs in 30d

Description

For render_mesh and render_mesh_paper, there are different strategies to obtain mask, depth, wireframe, normals, RGB, RGBA, etc. In a for loop, the interpolation and antialiasing operations after rasterization may be repeatedly invoked, consuming additional time. Which strategy is better overall?

Thanks!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the render_mesh and render_mesh_paper entry points and reading how they obtain masks, depth, wireframes, normals, RGB, and RGBA. Compare the strategies and measure whether interpolation and antialiasing are repeated after rasterization. Done means documenting or implementing a justified overall strategy, supported by timing results.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
computer-graphics, performance
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.