naev 0.12.5
Scene Struct Reference

Represents a scene that can have multiple nodes. More...

#include <gltf.h>

Data Fields

char * name
size_t * nodes
size_t nnodes

Detailed Description

Represents a scene that can have multiple nodes.

Definition at line 162 of file gltf.h.

Field Documentation

◆ name

char* Scene::name

Name of the scene.

Definition at line 163 of file gltf.h.

◆ nnodes

size_t Scene::nnodes

Number of nodes.

Definition at line 165 of file gltf.h.

◆ nodes

size_t* Scene::nodes

Nodes the scene has.

Definition at line 164 of file gltf.h.


The documentation for this struct was generated from the following file: