Jump to content

Search the Community

Showing results for tags 'solved'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 6 results

  1. So basically I'm trying to add the FMOD integration on both C# and C++. VSTUDIO I got to the whole download from the site (2.02.04). Added to bin and changed the batch files (editor, debug and release) extern to have FMOD and also added the FMOD plugin from configuration. I added the .dll to the samples and they work fine... In my code files I did a simple FMOD.get() and the fatal error comes. It still doesn't work for my project. What am I missing?
  2. Здравствуйте! В проекте есть необходимость переключаться между разными ландшафтами в runtime. Были созданы два ландшафта в двух разных проектов. За основу в обоих была взята карта oil_refinery и соответствующая ему LandscapeLayerMap. При добавлении второго ландшафта в один из проект при помощи upackage появляется сообщение, что LayerMap такой же и в проект его не добавляет. Что нужно сделать, чтобы движок различал эти LayerMap? Версия движка - 2.16. Переименования ресурсов и путей не помогли.
  3. Hi, I am not able to find any info in the docs on this, I have been looking at the parameters window and i can't see any option which can be used to constraint a Rigidbody's Rotation or Position. Auto-Complete also didn't provide anything useful when i type BodyRigid.Constraint, how to enable body Constraints in unigine?
  4. currently node.GetRotation() returns the rotation in type quat, i want to make changes to the rotation is there any way i can get the rotation in euler angles like Quaternion.Euler from unity?
  5. Здравствуйте! Есть один общий трэк, который содержит в себе несколько мелких. Пытаюсь программно поменять расположение запуска одного из трэков. Не очень понятно как это сделать. Если правильно понимаю, то для этого нужно задать indicies_t и keys_t и сделать update_track_float. Код примерно такой: Unigine::Tracker::TrackerParameterTrack::Track t = track.parameter_tracks[num]; t.indices_t[0] = 7.0f; t.indices_t[1] = 17.0f; Unigine::Tracker::TrackerParameter tp = track.getParameter(num); tp.update_track_float(t.keys_t, t.indices_t); Объясните, пожалуйста, также, что такое indicies_t, и какое отношение этот массив имеет к keys_t? Comp.track
  6. Testing Gaea for terrain generation, was just trying to use one of his demo terrains. Generated the heightmap and albedo, tried to use them using the Landscape tool. Using the RGB height image I was able to generate a first time the terrain, but without any elevation so completelly flat. The color image used as Albedo was correctly displayed. Since this heightmap is RGB16 and not R16 I tried to create the _2 version as just R16 map, also appear the correct size for this map is 10x10km so I tried changing the terrain size, but so far - Terrain tool didn't recognize the _2 version as heightmap so I need to use the original one - The terrain is generated but nothing is displayed in the viewport.Tried multiple times to delete the generated landscape but nothing changed For sure I'm doing something wrong, but can't find what.
×
×
  • Create New...