Inflearn brand logo image

인프런 커뮤니티 질문&답변

이지현님의 프로필 이미지
이지현

작성한 질문수

Three.js로 시작하는 3D 인터랙티브 웹

다운로드 받은 파일 활용하기

glb를 사용하는 특별한 이유가 있을까요?

작성

·

6.8K

0

일반적으로 모델링 자료를 공유할 떄는 fbx나 obj를 많이 사용하곤해서 익숙합니다.
 
glb 파일을 사용하는 이유는 텍스쳐를 따로 저장하지 않고 한번에 묶여서 저장되기 때문에 glb를 사용하는걸까요?

답변 11

1

1분코딩님의 프로필 이미지
1분코딩
지식공유자

fbx나 obj도 three.js에 각각의 로더가 존재하고, 사용이 가능하답니다(저는 사용해보지 않았지만요^^;)
gltf/glb가 웹에서 3D를 표현하는 표준 모델 포맷이 되어 많이 사용되는 추세라고 하네요.

https://threejs.org/docs/#manual/ko/introduction/Loading-3D-models
위 페이지를 한번 읽어보셔도 도움이 될 것 같습니다^^

0

Interesting question! While GLB is widely supported, consider its file size impact, especially for detailed models. Optimization techniques are crucial for web performance. Perhaps using Draco compression within the GLB would help. For faster loading, explore using progressive loading and levels of detail (LOD). Speaking of fun optimizations, I found a neat trick while playing Uno Online – streamlining your strategy yields better results! Any thoughts on using KTX2 textures for further efficiency?


0

I'm also curious about using GLB! I'm used to FBX and OBJ, but GLB seems convenient. Is it primarily used because textures are bundled directly into the file, simplifying things? It reminds me of how Papa's Pizzeria neatly combines all the pizza toppings for perfect delivery. It's great for interactive web projects using Three.js and Blender, right?


0

네, 맞습니다! glb 파일을 사용하는 주요 이유는 텍스처와 모델 데이터를 하나의 파일에 묶어서 저장할 수 있기 때문입니다. 이로 인해 파일 관리가 용이하고, 파일을 전달하거나 로딩할 scary teacher 때 효율성이 높아집니다. glb는 gltf(GL Transmission Format)의 바이너리 형식으로, 모델, 텍스처, 애니메이션, 재질 등의 데이터가 모두 포함되어 있어 별도의 외부 파일 없이 한 번에 로딩할 수 있습니다. 이러한 특성 덕분에 특히 웹에서 3D 모델을 효율적으로 처리하고 공유하는 데 유리합니다.

0

Thank you for sharing your info. I really appreciate your efforts and I am waiting for your further post thank you once again. Also visit my website: https://majan.jp/

0

elen Dank, dass Sie Ihre Informationen geteilt haben. Ich schätze Ihre Bemühungen wirklich sehr und freue mich auf Ihren nächsten Beitrag, danke nochmals. Besuchen Sie auch meine Website: https://4b1w.com/

0

elen Dank, dass Sie Ihre Informationen geteilt haben. Ich schätze Ihre Bemühungen wirklich sehr und freue mich auf Ihren nächsten Beitrag, danke nochmals. Besuchen Sie auch meine Website: https://wordle-deutsch.com/

0

엔진이 약간 더 목이 마르고 일부 포장 선택이 호주의 더위에는 moto x3m 적합하지 않을 수 있지만 대부분의 사람들은 이러한 단점에 신경 쓰지 않을 것입니다.

-1

it's a file format that supports motion and animation, which is why it is commonly used in web applications, games, virtual...

 

rolling ball 3d

-1

glb를 사용하는 쉬운 방법이 있습니까?

dinosaur game

-1

귀하의 사이트가 Google retro bowl 및 기타 검색 엔진에 최적화되어 있는지 확인하여 더 많은 사람들이 귀하의 사이트를 찾고 더 많은 고객을 찾을 수 있습니다.

이지현님의 프로필 이미지
이지현

작성한 질문수

질문하기