The following points should be taken into account when creating models for the 3D configurator.
The object is created with few polygons (triangles, quads). A high number of polygons places a greater load on the GPU when rendering the models. The scene should not contain more than 50,000 polygons in total.
The normals of the faces must face outwards. If they are not, the face can only be seen from the outside with the side:both setting, which leads to a further draw call and is negative for the performance of the scene.
The textureplugin-autotooltip__default plugin-autotooltip_bigTexture
A texture is an image that is displayed on the surface of a virtual body in order to change the surface properties such as colour, roughness, metalness, normal vectors and others. has structure (e.g. wood or fabric). Tip: Light texturesplugin-autotooltip__default plugin-autotooltip_bigTexture
A texture is an image that is displayed on the surface of a virtual body in order to change the surface properties such as colour, roughness, metalness, normal vectors and others. are easier to colour afterwards. This allows furniture with a light wood textureplugin-autotooltip__default plugin-autotooltip_bigTexture
A texture is an image that is displayed on the surface of a virtual body in order to change the surface properties such as colour, roughness, metalness, normal vectors and others. to take on different colours.
A normal map should be created, as this gives the textureplugin-autotooltip__default plugin-autotooltip_bigTexture
A texture is an image that is displayed on the surface of a virtual body in order to change the surface properties such as colour, roughness, metalness, normal vectors and others. an optical depth when viewed with light reflections, which makes the model more realistic.
For more information on this topic, see Textures .
A UV mapping must be created. Within the mapping, the elements of the model are mapped proportionally according to their size. Here is an example of a house:
A brick textureplugin-autotooltip__default plugin-autotooltip_bigTexture
A texture is an image that is displayed on the surface of a virtual body in order to change the surface properties such as colour, roughness, metalness, normal vectors and others., for example, can only be used if the wall sides abut each other in the UV mapping and are displayed in the mapping in the same proportion, so that all joints continue over the edge of the house and the bricks are the same size on all sides.
The 'Smooth shading' property is on if curves are to be displayed.
Each colourable element must have its own material. Elements that always have the same appearance as another should use the same material. This reduces the draw calls, which has a positive effect on performance.
No materials are used for which the property Transmissive
property is set. This is the case with glass-like materials, for example. Transmissive leads to a doubling of all draw calls of the scene when rendering via THREE.js and therefore has a negative impact on performance.
When using two materials, make sure that the corresponding meshes are individual objects. Otherwise, no different materials can be assigned to the meshes in the vrdoro editor.
The elements (meshes) and the materials have comprehensible English names. For a chair model, a mesh is called e.g. Armrest, Backrest and the materials e.g. Wood, Fabric. The names do not contain any special characters (_ or - is ok) or spaces.
The Origin must be in the centre (or centre/floor) of the object. We only use the bounding box centre. See Centring .
The model is aligned with straight sides parallel to the axes. See also: Aligning Models . The front of the object must face forwards.
Resizable models have a standard length of one metre. The other non-resizable axes are proportional in size and the size corresponds to that of the real object.
The names of the gltfplugin-autotooltip__default plugin-autotooltip_bigglTF
glTF ist eine lizenzgebührenfreie Spezifikation für die effiziente Übertragung und das Laden von 3D-Szenen und -Modellen durch Engines und Anwendungen. Siehe
A texture is an image that is displayed on the surface of a virtual body in order to change the surface properties such as colour, roughness, metalness, normal vectors and others. during configuration, the texturesplugin-autotooltip__default plugin-autotooltip_bigTexture
A texture is an image that is displayed on the surface of a virtual body in order to change the surface properties such as colour, roughness, metalness, normal vectors and others. are uploaded separately to the store and the models are saved with Material export: no material
. When saving, only the objects to be exported are marked and only the marked (“Selected”) objects are saved.