kmy_for_yukar
SharpKmyCore
Gfx
RefCapture.h
1
#pragma once
2
3
namespace
SharpKmyMath
{
4
value struct
Vector3
;
5
};
6
7
namespace
SharpKmyGfx
8
{
9
public ref class
RefCapture
10
{
11
/*
12
* 指定位置からの環境マップをキャプチャしてHDRフォーマットで保存する。
13
*/
14
static
void
captureToFile
(System::String^ path,
GameView
^ gameview,
SharpKmyMath::Vector3
%pos,
int
size);
15
};
16
}
SharpKmyGfx::GameView
Definition:
GameView.h:48
SharpKmyGfx::RefCapture
Definition:
RefCapture.h:10
SharpKmyGfx::RefCapture::captureToFile
static void captureToFile(System::String^ path, GameView^ gameview, SharpKmyMath::Vector3 %pos, int size)
Definition:
RefCapture.cpp:11
SharpKmyGfx
Definition:
Billboard.cpp:4
SharpKmyMath
Definition:
RefCapture.h:3
SharpKmyMath::Vector3
Definition:
Vector3.h:8
Generated by
1.9.4