
871
Downloads
200
Downloads of v 0.9.5
1/27/2018
Last update
Regard3D is a structure-from-motion program (see also this Wikipedia article). That means, it can create 3D models from objects using a series of photographs taken of this object from different viewpoints.
Features:
- Based on powerful third-party tools and libraries
- Completely free and open sourced
Requirements:
- Regard3D is a 64-bit-only program. It only runs on 64 bit versions of Windows
- Windows 7 or newer (does not run on Windows XP, Vista not tested)
- OpenGL capable graphics card/chip
- Larger projects (many high resolution pictures) require a fast computer with lots of RAM (4 GB minimum, recommended 8 GB or more)
To install Regard3D, run the following command from the command line or from PowerShell:
C:\> choco install regard3d
To upgrade Regard3D, run the following command from the command line or from PowerShell:
C:\> choco upgrade regard3d
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'regard3d' $installerType = 'exe' $silentArgs = '/S' $url64 = 'https://sourceforge.net/projects/regard3d/files/Regard3D/0.9.5/Regard3D_0.9.5_Setup.exe/download' $checksum64 = 'ca76a607220c0ce2ccd77d862407810ff1fbddb127e7d4b79f36901c87f33dc6' $checksumType64 = 'sha256' $validExitCodes = @(0) Install-ChocolateyPackage -PackageName $packageName ` -FileType $installerType ` -SilentArgs $silentArgs ` -Url64bit $url64 ` -ValidExitCodes $validExitCodes ` -Checksum64 $checksum64 ` -ChecksumType64 $checksumType64
Virus Scan Results
- regard3d.0.9.5.nupkg (d127cd101c22) - ## / 57 - Log in or click on link to see number of positives
- Regard3D_0.9.5_Setup.exe (ca76a607220c) - ## / 65 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Release Notes
https://sourceforge.net/projects/regard3d/files/Regard3D/0.9.5/
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Regard3D 0.9.5 | 200 | Saturday, January 27, 2018 | approved |
Regard3D 0.9.4 | 137 | Thursday, January 4, 2018 | approved |
Regard3D 0.9.3 | 185 | Tuesday, September 19, 2017 | approved |
Regard3D 0.9.2 | 148 | Thursday, September 7, 2017 | approved |
Regard3D 0.9.1 | 201 | Monday, April 3, 2017 | approved |
Discussion for the Regard3D Package
Ground rules:
- This discussion is only about Regard3D and the Regard3D package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Regard3D, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.