BLEND3R 3DS: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = BLEND3R
|title=BLEND3R
| image = https://dlhb.gamebrew.org/3dshomebrew/BLEND3R.jpeg|250px
|image=Blend3r2.png
| type = Other Apps
|description=3D Model Viewer
| version = v1.1
|author=Rinnegatamante
| licence = Mixed
|lastupdated=2016/03/03
| author = Rinnegatamante
|type=Other Apps
| website = https://gbatemp.net/threads/release-blend3r-opensource-3d-model-viewer.416875/
|version=1.1
| download = https://dlhb.gamebrew.org/3dshomebrew/BLEND3R.rar
|license=Mixed
| source = https://dlhb.gamebrew.org/3dshomebrew/BLEND3R.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/blend3r.7z?k33p0fil35
|website=https://gbatemp.net/threads/release-blend3r-opensource-3d-model-viewer.416875
|donation=https://www.patreon.com/Rinnegatamante
}}
}}
BLEND3R is a 3D model viewer wrote with [[Lua Player Plus 3DS|lpp-3ds]] fully opensource. It can be used for benchmark purposes (since BLEND3R allows also stereoscopic 3D and shows current FPS during rendering process) or just for fun.


=BLEND3R=
It supports Wavefront (.obj) models but with some restrictions: only triangles primitives, materials are not supported).


<span style="font-size: 18px"><span style="color: #00b300">'''<span style="font-size: 15px">Description</span>'''</span></span><br />
==User guide==
Someone asked for such piece of code so i decided to write it [[File:styles/default/xenforo/clear.png|class=mceSmilieSprite mceSmilie14|:P]]<br />
===How to adapt a model===
BLEND3R is a 3D model viewer wrote with lpp-3ds fully opensource.<br />
To be sure your model will be compatible with BLEND3R you can use Blender to convert it into a triangles primitives one.
It can be used for benchmark purposes (since BLEND3R allows also stereoscopic 3D and shows current FPS during rendering process) or just for fun.<br />
You can follow this short tutorial to do so:
It supports Wavefront (.obj) models but with some restrictions: only triangles primitives, materials are not supported).<br />
* Start Blender v.2.7.
<br />
* Remove the default cube and import your model.
<span style="font-size: 15px">'''<span style="color: #00b300">How to adapt a model</span>'''<br />
* On bottom screen where you see "Default Mode", click it and select Edit Mode
</span><br />
* If your model is not selected, press A to select it.
To be sure your model will be compatible with BLEND3R you can use Blender ( &lt;.&lt; ) to convert it into a triangles primitives one.<br />
* Press CTRL+T.
You can follow this short tutorial to do so:<br />
* Export the model as Wavefront (.obj). (Uncheck during exporting the Write Materials box).
1) Start Blender v.2.7.<br />
 
2) Remove the default cube and import your model.<br />
===How to use textures===
3) On bottom screen where you see &quot;Default Mode&quot;, click it and select Edit Mode<br />
You can use a texture with your model by inserting a PNG file with the same name as the model ones in the same folder (so like /model.obj and /model.png ).
4) If your model is not selected, press A to select it.<br />
 
5) Press CTRL+T<br />
===Screenshots===
6) Export the model as Wavefront (.obj). (Uncheck during exporting the Write Materials box)<br />
Sometimes it will take incorrect screenshots, it is suggested to take screenshots twice when you want to use it.
<br />
 
<span style="color: #00b300">'''<span style="font-size: 15px">Controls</span>'''</span><br />
They will be saved in root of SD named as blend3r_SCREENSHOT_ID.jpg.
'''<br />
 
Filebrowser:'''<br />
==Controls==
<br />
'''Filebrowser:'''
DPad = Navigate through files<br />
 
A = Open Directory / File<br />
D-Pad - Navigate through files
X = Enable / Disable 804 Mhz mode (N3DS only)<br />
 
SELECT = Take screenshot<br />
A - Open Directory/File
START = Exit Homebrew<br />
 
<br />
X - Enable/Disable 804 Mhz mode (N3DS only)
'''Render Phase:'''<br />
 
<br />
Select - Take screenshot
Circle Pad = Move model<br />
 
L / R = Zoom In / Zoom Out<br />
Start - Exit Homebrew
Touchscreen = Rotate model<br />
 
X = Enable / Disable 804 Mhz mode (N3DS only)<br />
'''Render Phase:'''
B = Return to Filebrowser<br />
 
SELECT = Take screenshot<br />
C-Pad - Move model
START = Exit Homebrew<br />
 
<br />
L/R - Zoom in/out
<span style="font-size: 15px">'''<span style="color: #00b300">How to use textures</span>'''<br />
 
</span><br />
Touchscreen = Rotate model
You can use a texture with your model by inserting a PNG file with the same name as the model ones in the same folder (so like /model.obj and /model.png ).<br />
 
X - Enable/Disable 804 Mhz mode (N3DS only)
 
B - Return to Filebrowser
 
Select - Take screenshot
 
Start - Exit Homebrew
 
==Changelog==
'''v1.1'''
* Fixxed textures loading, now it will not crash the system in certain circumstances.
* Fixxed textures binding, now any kind of texture will be correctly binded to the model.
* Now CPU panel is visible even in Filebrowser mode.
* Bugfix for model rotation, now X and Y axis are correctly used for rotation.
* Reduced touchscreen sensibility for a better experience with model rotation.
* Added screenshots support with SELECT button (experimental).
* Added CIA and 3DS builds.
 
==External links==
* Author's website - https://rinnegatamante.it/site
* GBAtemp - https://gbatemp.net/threads/release-blend3r-opensource-3d-model-viewer.416875
 
[[Category:3DS homebrew applications]]
[[Category:Other 3DS homebrew applications]]
[[Category:Support the author]]

Latest revision as of 02:49, 1 February 2024

BLEND3R
Blend3r2.png
General
AuthorRinnegatamante
TypeOther Apps
Version1.1
LicenseMixed
Last Updated2016/03/03
Links
Download
Website
Support Author

BLEND3R is a 3D model viewer wrote with lpp-3ds fully opensource. It can be used for benchmark purposes (since BLEND3R allows also stereoscopic 3D and shows current FPS during rendering process) or just for fun.

It supports Wavefront (.obj) models but with some restrictions: only triangles primitives, materials are not supported).

User guide

How to adapt a model

To be sure your model will be compatible with BLEND3R you can use Blender to convert it into a triangles primitives one. You can follow this short tutorial to do so:

  • Start Blender v.2.7.
  • Remove the default cube and import your model.
  • On bottom screen where you see "Default Mode", click it and select Edit Mode
  • If your model is not selected, press A to select it.
  • Press CTRL+T.
  • Export the model as Wavefront (.obj). (Uncheck during exporting the Write Materials box).

How to use textures

You can use a texture with your model by inserting a PNG file with the same name as the model ones in the same folder (so like /model.obj and /model.png ).

Screenshots

Sometimes it will take incorrect screenshots, it is suggested to take screenshots twice when you want to use it.

They will be saved in root of SD named as blend3r_SCREENSHOT_ID.jpg.

Controls

Filebrowser:

D-Pad - Navigate through files

A - Open Directory/File

X - Enable/Disable 804 Mhz mode (N3DS only)

Select - Take screenshot

Start - Exit Homebrew

Render Phase:

C-Pad - Move model

L/R - Zoom in/out

Touchscreen = Rotate model

X - Enable/Disable 804 Mhz mode (N3DS only)

B - Return to Filebrowser

Select - Take screenshot

Start - Exit Homebrew

Changelog

v1.1

  • Fixxed textures loading, now it will not crash the system in certain circumstances.
  • Fixxed textures binding, now any kind of texture will be correctly binded to the model.
  • Now CPU panel is visible even in Filebrowser mode.
  • Bugfix for model rotation, now X and Y axis are correctly used for rotation.
  • Reduced touchscreen sensibility for a better experience with model rotation.
  • Added screenshots support with SELECT button (experimental).
  • Added CIA and 3DS builds.

External links

Advertising: