NVIDIA Index example code nvidia_logo_transpbg.gif Up
render_frame.cpp File Reference

An example of rendering a single frame and output to an image file (put nothing in the scene, so output is a black image.) More...

#include <mi/dice.h>
#include "utility/example_shared.h"
#include <nv/index/iindex.h>
#include <nv/index/isession.h>
#include <nv/index/iscene.h>
#include <nv/index/icamera.h>
#include <iostream>
#include <sstream>
#include <nv/index/app/application_layer_common_utility.h>
#include <nv/index/app/forwarding_logger.h>
#include <nv/index/app/index_connect.h>
#include <nv/index/app/string_dict.h>
#include <nv/index/app/time_functions.h>

Go to the source code of this file.

Classes

class  Render_frame
 

Functions

int main (int argc, const char *argv[])
 

Detailed Description

An example of rendering a single frame and output to an image file (put nothing in the scene, so output is a black image.)

Definition in file render_frame.cpp.

Function Documentation

 main()

int main ( int  argc,
const char *  argv[] 
)

Definition at line 303 of file render_frame.cpp.