Habitat | Sim Docs
  1. Pages
    1. Add new actions
    2. Attributes JSON
    3. Stereo agent
    4. Lighting Setups
    5. Rigid Object Tutorial
  2. Classes
  1. C++ API
  2. Habitat Lab Docs

esp::assets::RenderAssetInstanceCreationInfo struct
#include <esp/assets/RenderAssetInstanceCreationInfo.h>

Contents

  • Reference
    • Public types
    • Constructors, destructors, conversion operators
    • Public functions
    • Public variables

Public types

enum class Flag: unsigned int { IsStatic = 1 << 0, IsRGBD = 1 << 1, IsSemantic = 1 << 2, IsTextureBasedSemantic = 1 << 3 }
using Flags = Corrade::Containers::EnumSet<Flag>

Constructors, destructors, conversion operators

RenderAssetInstanceCreationInfo() defaulted
RenderAssetInstanceCreationInfo(const std::string& _filepath, const Corrade::Containers::Optional<Magnum::Vector3>& _scale, const Flags& _flags, const std::string& _lightSetupKey, int _rigId = ID_UNDEFINED)

Public functions

auto isStatic() const -> bool
auto isRGBD() const -> bool
auto isSemantic() const -> bool
auto isTextureBasedSemantic() const -> bool

Public variables

std::string filepath
Corrade::Containers::Optional<Magnum::Vector3> scale
Flags flags
std::string lightSetupKey
int rigId
Tab / T to search, Esc to close
…

Search for symbols, directories, files, pages or modules. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory.

Use ↓ / ↑ to navigate through the list, Enter to go. Tab autocompletes common prefix, you can copy a link to the result using ⌘ L while ⌘ M produces a Markdown link.

Sorry, nothing was found.
Maybe try a full-text search with external engine?

    Habitat Sim Docs. Created with Doxygen 1.9.5 and m.css.