Jump to content

Search the Community

Showing results for tags 'Mesh'.

  • Search By Tags

    • mesh ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


  1. I have a boat mesh with global water and a physical water. When i Put the mesh in the water, the water clips inside of the mesh like this. How can i fix this?
  2. STL-mesh smooth shading

    Hi everyone, I am loading stl meshes into unigine which are flat shaded (triangle normals only). Is it possible to use interpolated vertex normals for smooth shading with an editor option, or do I have to calculate them in code and provide them in the mesh file beforehand? Thanks in advanc...
  3. We would like to bake different transformation states of multiple ObjectMeshStatic into one to reduce single object count. The Mesh that would be created by transform feedback will only change when one transformation state in the original Node Tree will change. Is it possible to change ano...
  4. how to open meshes.ung

    How can I open a meshes.ung to extract meshes for editing as .obj or other mesh files?
  5. Hi everyone, I'm having troubles with the tracker tool and the video grabber. In my scene, I've got an object (made of multiple meshes) and multiple cameras as child nodes in the hierarchy of that object, so when I move the object, the cameras (PlayerDummy) move as well. The cameras are fa...
  6. Hi, is there a fast way to export a Node reference with all its subobjects (objects,meshes,materials,textures) into a single folder. Our Artist imported a fbx file in Unigine Editor and I want only the converted assets, to load it later with the c++ api on the fly at any given location in...
  7. Hi, When loading my created mesh objects which I saved before there are no normals anymore in the mesh object. Here is a reproducer: { auto mesh = Unigine::Mesh::create(); mesh->addSurface("0"); mesh->addVertex(Unigine::Math::vec3(1.f, 1.f, 0.f), 0); mesh->addVertex(Unigine::Ma...
  8. Hello everyone, I'm working on projects like.... creation of virtual sets using Unigine Editor. But I'm looking for optimization methods to bring more FPS... Already studies "superposition benchmark" to get know how to optimize.... i got know that in S.positon's used LOD, OCCLUD...
  9. Original post: Actually, i just noticed that adding ANY object to the world instantly crashes the editor, even creating primitives. It's funny, i made a project previously where there was no problem adding objects, but now nothing works anymore. EDIT: Reinstalled SDK and restarted comp...
  10. Mesh Decal Road Edge Blending

    Hello, I came across a method for Mesh Decal roadways in one of the Unigine editor 2 Essentials videos that I am curious about. https://youtu.be/ziYCy9EbgEs?t=176 At 2:56 in the video there is an edging mesh that allows the road to blend nicely with the landscape. Is there a Unigine recomm...
  11. Hi. According to the documentation we can set or add color to the objectdynanmicmesh class. But when I try to set or add color to them I get an error. Here is my code for setting: mesh.setVertex(i++,vec3(x/5.0f,y/5.0f,z)); mesh.setColor (i,vec4(1.0f,1.0f,1.0f,0.0f)); and adding: mes...
  12. Hello, I'm using maya 2016 for 3d content creation and looking for plugin for maya 2016 version to export mesh (dynamic mesh also to use in unigine as a cloth). if you have an any other ideas, then share with me...I'm waiting for it. Mayur patel.
  13. Hi there, we are using ObjectMeshStatic and create meshes on the fly from our own format on cpp side. The materials are also generated on the cpp side and assigned to the ObjectMeshStatic object. When unigine starts rendering and I change the view direction, the application hangs for...
  14. Hi, I observed that Editor 2 crashes after deleting reference to mesh (not existing, deleted mesh file - as a workaround to reimport it) from NodeReference (opened to edit): (fortunately change it is working correctly, Editor crashes only when I try to delete a reference).
  15. Hello, I am just building a test with Unigine Syncker. Now I want to configure a CAVE environment. The documentation says that a mesh needs to specified, but did not show in which coordinate system it has to be configured. I got a configuration working where the positive Z-Axis of the Mesh s...
  16. Real-Time Material/Mesh Swap

    Hi there, I'm wondering if there are any internal Unigine projects, or a scripting example that shows how you can enable real-time material or mesh swapping for an ArchViz scene, allowing users to change fabrics or pieces of furniture at runtime? Thanks!
  17. Hi, I was wondering if there is/will be a .Mesh export plugin for 3dsMax 2017. The current one for 3dsMax 2016 does not work in the 2017 version. thanks in advance!
  18. Hi, I'm creating an application where I wish to create a mesh based on dynamic camera data that is provided by a depth sensor. I have created a similar application in Unity/Ogre/DirectX using the following process: 1) Create a Mesh of size depthImageWidth x depthImageHeight * 6 (a triangle m...
  19. So, I have a tool that I'm building to create roads both geometrically and using a project decal; the DecalDeferredMesh. The issue is that once I turn a mesh into a DecalDeferredMesh and project it onto the terrain I can no longer select it using the mouse as I can my other ObjectMeshDynamic geomet...
  20. I get an error when trying to import a .mesh file into 3ds Max 2015. The first time I ran the plugin, it worked fine, then I restarted max and now I get this error: "--Type error: Call needs function or class, got: undefined". I reinstalled the plugin from the latest tools download, but no change. I...
  21. [SOLVED] Deferred Decal Mesh issues

    I'm creating a road system with deferred decal meshes, and I'm having some trouble wrapping my head around your decal bit masking system. I've set the road's decal mask to 00000001, and set all other objects' decal mask to 00000000, but the road is still rendered over the top of everything. No matte...
  22. [SOLVED] Fadable Objects

    Hi all. I am fairly new to Unigine and gradually learning the various tools/features. My query is, I am looking to fade in an object when the player/camera is lets say 100 units away from the object, and then once the object is no longer in visible, it then fades out/de-animates. Is this po...
  23. 3D mesh importing

    Hello, Is there C++ API support for importing 3D meshes? I would like to edit models in Maya or Modo (or similar software) and then import them into my scene using only the C++ API. Is this possible? Thanks!
  24. Hi Can anyone point me to some documentation or code on playing videos on a mesh ? Thank Paul
  25. Hello! In the documents of the engine has written: «Bone-based animation is good for animation of mechanical objects or characters (as a whole) for a long period of time. It is efficient, as it is often computed by the GPU (GPU skinning). The GPU skinning has a limitation of 4 bones per vertex and...
×
×
  • Create New...