Skip to content

Commit

Permalink
Update model-viewer and credits width in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hummat authored Dec 11, 2024
1 parent 0abeb19 commit 3806b13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ use

<style>
model-viewer {
width: 512px;
height: 512px;
width: auto;
display: block;
margin-left: auto;
margin-right: auto;
Expand All @@ -172,8 +171,7 @@ in any HTML file to display the object:

<style>
model-viewer {
width: 512px;
height: 512px;
width: auto;
display: block;
margin-left: auto;
margin-right: auto;
Expand Down Expand Up @@ -211,10 +209,12 @@ Adding `--debug` will further disable rendering and only set up the scene.
## Credits

* [**BlenderProc 2**](https://github.com/DLR-RM/BlenderProc)
<img src="https://user-images.githubusercontent.com/6104887/137109535-275a2aa3-f5fd-4173-9d16-a9a9b86f66e7.gif" alt="blenderproc" width="auto" height="300">

<img src="https://user-images.githubusercontent.com/6104887/137109535-275a2aa3-f5fd-4173-9d16-a9a9b86f66e7.gif" alt="blenderproc" width="auto">

* [**Blender**](https://www.blender.org)
<img src="https://download.blender.org/branding/blender_logo_socket.png" alt="blender" width="auto" height="300">

<img src="https://download.blender.org/branding/blender_logo_socket.png" alt="blender" width="auto">

* [**Zheng et al.: Locally Attentional SDF Diffusion for Controllable 3D Shape Generation**](https://zhengxinyang.github.io/projects/LAS-Diffusion.html): Mesh colors and look
* [**Yang et al.: PointFlow: 3D Point Cloud Generation with Continuous Normalizing Flows**](https://arxiv.org/abs/1906.12320): Point cloud color scheme and look

0 comments on commit 3806b13

Please sign in to comment.