@j-kyoda/vue-three-vrm 0.11.0 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -167,6 +167,24 @@ const cb_animate = (context) => {
167
167
  | loading | Occurs while the VRoid model is loading. | VRoid model name |
168
168
  | loaded | Occurs when the VRoid model has finished loading. | VRoid model name, VRMModel instance |
169
169
 
170
+ ## GltfControl
171
+
172
+ ### Props
173
+
174
+ | ID | Type | default | Description |
175
+ | :-------------- | :----- | :----------- | :------------------------------------------------------ |
176
+ | name | String | '' | The name of the GLTF model. |
177
+ | url | String | '' | The URL of the GLTF model. |
178
+ | data | Object | null | The object for the GLTF model. |
179
+
180
+ ### Events (Emits)
181
+
182
+ | Event | Description | Payload |
183
+ | :--------- | :------------------------------------------------ | :----------------------------------- |
184
+ | loading | Occurs while the GLTF model is loading. | GLTF model name |
185
+ | loaded | Occurs when the GLTF model has finished loading. | GLTF model name, GltfModel instance |
186
+
187
+
170
188
 
171
189
  ## License
172
190
 
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- .box[data-v-7a2a753c]{display:block;width:100%;height:100%}
1
+ .box[data-v-0b88fd37]{display:block;width:100%;height:100%}