2024年1月9日 星期二

Most Popular 3D File Formats 3d format

 Most Popular 3D File Formats 3d  format STP MAX FBX OBJ X3D VRML 3DS 3MF STL DAE  AMF  IGES
gLTF/GLB FBX OBJ USDZ/USD STL STEP(STP) COLLADE PLY G-Code
obj, fbx, glb, stl, step GLB DAE LWO

   3ds Max (2013-2024)
   OBJ (.obj, .mtl included)
   FBX (.fbx)
   gLTF (.gltf)
   GLB (.glb)
   USDZ (.usdz)
   STEP, STP (.step, .stp)
   STL (.stl)
   Blender (.blend)
   Cinema4D (.c4d)
   MAYA (.ma)
   Autodesk DWG (.dwg)
   DXF (.dxf)
   Unity (.unitypackage)
   Unreal (.uasset)
   Rhinoceros 5 (.3dm)
   Sketchup (.skp)
   Revit (.rvt)
   3D Studio (3ds)
   Collada DAE (.dae)
   Lightwave (.lwo)

https://professional3dservices.com/blog/3D-file-formats.html
Essential Guide to 3D File Formats | 3D Cloud by Marxent
https://www.marxentlabs.com/3d-file-formats/
https://www.core77.com/posts/67499/Understanding-the-Different-Types-of-3D-Files
Understanding the Different Types of 3D Files - Core77
Individual 3DS, 3DM, 3MF, AMF, LDRAW, PCD, VTK, PRWM, OBJ + MTL, PLY + STL, FBX, DAE, GLTF, MMD, STEP + IGES + BREP Viewers - Showcase - three.js forum
https://discourse.threejs.org/t/individual-3ds-3dm-3mf-amf-ldraw-pcd-vtk-prwm-obj-mtl-ply-stl-fbx-dae-gltf-mmd-step-iges-brep-viewers/29663
https://filestar.com/skills/
Filestar* | Supported file types

3D Convert: Convert 50+ 3D Formats Online for free
https://3d-convert.com/en/

3D Modeling and Computer Graphics in Virtual Reality
Neliti
https://media.neliti.com › media › publications PDF DM Karimbek o‘g‘li   3ds, dae, fbx, dxf, obj, x, lwo, svg, ply, stl, vrml, vrml97, x3d. ZBrush. Professional CAID dxf, goz, ma, obj, stl, vrml, x3d ... igs, pdf, stp, stl, vrml.

Common 3D File Formats in Photoreal Product Rendering
https://cgifurniture.com/3d-rendering-guide/common-3d-file-formats-product-cgi/

Convert FBX to DAE online for FREE
https://docs.fileformat.com/3d/fbx-to-dae/

31個最佳免費 CAD繪圖軟體 (包含2D / 3D / CAD程式)
https://3d-ula.com/31%E5%80%8B%E6%9C%80%E4%BD%B3%E5%85%8D%E8%B2%BBcad%E8%BB%9F%E9%AB%94/
3D Builder
3D Slash
BlocksCAD
LibreCAD
MagicaVoxel
SculptGL
TinkerCAD
Wings 3D
Antimony
BabaCad
Design 3D SE
DraftSight
eMachineShop
FreeCAD
Fusion 360
HeeksCAD
Meshmixer
QCAD
Sculptris
SelfCAD
SketchUp
SolveSpace
Vectary
Blender
BRL-CAD
DesignSpark
Houdini
nanoCAD
OnShape
OpenSCAD


https://apps.autodesk.com/MEP/zh-TW/Detail/Index?id=4519001471484017681&appLang=en&os=Win32_64
https://products.aspose.app/3d/zh-hant/conversion
https://cn.all10soft.com/3d-object-converter-windows-10/
http://3doc.i3dconverter.com/
https://www.nchsoftware.com/3dconverter/index.html
https://www.dedoimedo.com/computers/convert-3d-software.html

gif player gif animator player code

<gif-player>

WebComponent to control Animated GIF playback and access individual frames.

https://github.com/CaptainCodeman/gif-player
http://geelen.github.io/x-gif/#/http://i.imgur.com/iKXH4E2.gif
https://github.com/deanm/omggif
 
https://zh.wikipedia.org/zh-tw/BPM
量度音樂速度,音樂單位(BPM,beats per minute)

Start play STOP RESET Pause Rewind, fast backwards Media_control_symbols

GIF  presentation mode full screen

Explode the gif into its component frames Split GIF into Frames Efficiently

Speed
N-times
Backward or reverse animation loop
Animation- Rearrange Frames  Ping-Pong Animation
Accessing gif frame-by-frame

gif player "Ping-pong "   speed model  gif player Accessing gif frame-by-frame

https://support.apple.com/zh-tw/guide/motion/motn71a66f9c/mac
https://vaadin.com/blog/this-web-component-gif-player-lets-you-control-the-playback-of-your-gif

src="url" sets the source URL for the image, just like with the <img> element. DataURIs and regular URLs should work but the latter need to provide CORS headers if being used from a different domain. Imgur and Giphy both seem to work fine and are used in the demos.

size="auto" set to control the sizing. Options are auto (the control resizes to the size of the GIF image), cover or contain (as per object-fit or background-size CSS properties) or stretch to fill the control (may distort the GIF). The control must be explicitly sized for any option other than auto.

frame="0" set the frame to display relative to the start of the animation, use negative numbers to make the frame relative to the end, so frame="-1" would display the last frame.

play set to auto play the GIF on load

speed="2" set the playback speed relative to the original GIF encoding. A value of 0.5 would playback in slow-motion at half speed whereas 2 would double the speed for faster playback (will always depending on the performance capability of the client device).

repeat set to repeat playback on completion, otherwise stop

bounce set to reverse playback direction at the start or end of the animation rather than restarting.

direction="1" set the direction to play with 1 being forwards and -1 being reverse.

prerender set to use browser idle time to pre-render frames instead of rendering on demand.