Jump to content

Search the Community

Showing results for tags 'background'.

  • 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 3 results

  1. Здравствуйте, встала необходимость создать "плоский меш", который всегда был бы на заднем плане как силуэт объекта и, чтобы этот силуэт соответствующим образом менялся при вращении. Впринципе - это легко. Включил эмиссию и готово. Но! надо чтобы этот объект всегда был ЗА остальными объектами сцена независимо от поворота камеры. Вроде что-то подобное получалось случайно, когда меняла параметр render order или какой-то из близстоящих. Сейчас этого сделать не получается. Может это из-за эмиссии? И вообще может есть какой-то специальный материал для этого или нужно свой шейдер писать?
  2. [SOLVED] Sun with custom sky background

    I'm wondering is there a way to display custom background and a sun at the same time? My experiments shows that sun is disabled when 'Background' state is enabled for sky material.
  3. [SOLVED] Widgets - .UI - background="0"

    Hey Unigine, if I'm adding Editlines or edittext into my GUI .H-File and want to remove the background with -> background="0" It doesn't work: <editline export="0" background="0" width="500">YourMessage</editline> If I export the Widget and call function .setBackground(0) it works. At all: I thought the -> background="0" command could be wrong but with a button it works with no problems: <button background="0" width="100"><text>Send</text></button> PS: I'm using latest SDK. Greetings Lars
×
×
  • Create New...