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

Create a synthetic heightfield, render a single frame and output to an image file. More...

#include <mi/dice.h>
#include "utility/example_shared.h"
#include <nv/index/icamera.h>
#include <nv/index/iconfig_settings.h>
#include <nv/index/iindex.h>
#include <nv/index/ilight.h>
#include <nv/index/imaterial.h>
#include <nv/index/iscene.h>
#include <nv/index/isession.h>
#include <nv/index/itexture_filter_mode.h>
#include <nv/index/app/idata_analysis_and_processing.h>
#include <nv/index/app/index_connect.h>
#include <nv/index/app/string_dict.h>
#include "utility/canvas_utility.h"
#include <sstream>
#include <iostream>

Go to the source code of this file.

Classes

class  Create_synthetic_heightfield
 

Functions

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

Detailed Description

Create a synthetic heightfield, render a single frame and output to an image file.

Definition in file create_synthetic_heightfield.cpp.

Function Documentation

 main()

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

Definition at line 689 of file create_synthetic_heightfield.cpp.