You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,22 +116,23 @@ Number Type Converter
116
116
- Mobile viewers show it as the `Browse` button
117
117
- Any of the viewers might have bugs and interface / library related limitations
118
118
- Some viewers might be slow to load some models, usually if using `WASM` of some library
119
-
- Currently experimental three.js `WebGPU` support is included in experimental `GLTF WebGPU` and`OBJ+MTL WebGPU` and `PDB WebGPU` viewers:
119
+
- Currently experimental three.js `WebGPU` support is included in experimental `GLTF WebGPU`,`OBJ+MTL WebGPU` and `PDB WebGPU` viewers:
120
120
- Use either Chrome or Safari browser with its `WebGPU experimental features` enabled to test these viewers (and your computer):
121
121
- Not really sure if WebGPU in Firefox Nightly browser works properly yet
122
-
- All viewers are customized and also have some export options available:
122
+
- All 3 viewers are customized and also have some export options available:
123
123
-`GLTF WebGPU` viewer can also be used to optimize and compress GLTF / GLB models
124
-
- Mobile versions of these viewers are available but not properly tested yet
125
-
- Standalone versions of `GLTF WebGPU` and `OBJ+MTL WebGPU` viewers, using official imports, are available in the `viewers/webgpu/` folder:
124
+
- Mobile versions of these 3 viewers are available but not properly tested yet
125
+
- Standalone versions of `GLTF WebGPU` and `OBJ+MTL WebGPU` viewers are available in the `viewers/webgpu/` folder:
126
+
- These viewers are using official three.js imports
126
127
- Export functionality is not included in these viewers
127
-
- Emissive bloom post processing, the `PP` button, is currently available in standalone and desktop versions of GLTF and OBJ+MTL WebGPU viewers:
128
+
- Emissive bloom post processing effect, the `PP` button, is currently available in both standalone and desktop versions of GLTF and OBJ+MTL WebGPU viewers:
128
129
- This emissive bloom effect can only be applied to a model which has a built-in emissive component
129
130
- It should only work with an unmodified originally loaded model:
130
-
- Manipulating any of the following will disable the bloom effect until their original values are restored:
131
+
- Manipulating any of the following will disable the bloom effect until their initial values are restored:
131
132
-`equirectangular background` and `gradient color background`
132
133
-`edges`, `wireframe` and `opacity`
133
-
- Manipulating any of the following will require model reset in order to use the bloom effect:
134
-
-`material side`, `flatShading` and `xtra smooth`
134
+
- Manipulating any of the following will require a full model reset in order to use the bloom effect:
135
+
-`material side`, `flatShading`, `random vertex colors` and `xtra smooth`
135
136
- Memory handling should be good, relatively speaking:
136
137
- With every next model loaded the previous model geometries / materials are being disposed of
137
138
- Viewers are webpages so it might be easier to refresh the whole page before loading the next model
0 commit comments