Jump to content

Search the Community

Showing results for tags 'object'.

  • 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. 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 another MeshObject by a transform feedback shader in Unigine or do we need to do this on cpu side?
  2. Object Based Programming

    Hi all, Is there a way to have a script just attached to one object? Rather than running the entire applications code in one file, i would like to have clean, readable segmented code in different Files Similar to the way that Unity Handles things. Currently the AppWorldLogic is How I've been handling most of my code, by getting a reference to nodes as i need them, however once we move out of the research and prototyping stage, a more organised system would be better, if possible. Thanks, OffPlanet
  3. objects cast rules

    Hello in uscript I load skinned mesh and then it must be casted to NodeReference in documentation I found nothing about how to cast ObjectMeshSkinned to NodeReference - it is not obvious for me ObjectMeshSkinned SM = new ObjectMeshSkinned("SM.mesh"); Node N_SM = SM; NodeReference NR_SM = new NodeReference(????); it will be very helpful if I can refer to some table with possible conversions between types - does that table/map/list exist? thanks
  4. Broken object visibility

    Hello Found rare set of parameters that lead to object disappearence at certain values of rotation minimal scene "roto_b" to reproduce bug, all common files from "roto_b\bin" was removed to have minimum allowed upload size with angle (?,?,376) object are visible with angle (?,?,368) object disappears roto_b.zip
  5. I create an objecy dynamically. But it is not updating itself. Should I trigger update function? Fresia f = createEntity("Fresia"); //Creates f.blowerRotatePlus(); //Change sth on object f.setRollerDonus(1); //Change sth on object
  6. As the title states I'm trying to use the Tracker across multiple objects. Here's my scenario: I have a SkinnedMesh railroad crossing gate that has an arm up/down animation, plus emissive materials, plus audio. When some triggered event happens in a script I'm going to run the gate_down.track file which controls the material, audio, and animation, but I want that to happen identically with all instanced copies of this crossing gate. The tracker seems to only work on a per-object-id basis. Is this not possible? What's the best way for me to solve this? Thanks.
×
×
  • Create New...