renamed many values.
This commit is contained in:
parent
f666d5b248
commit
a8d68c295d
@ -42,7 +42,7 @@ private:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
bool InitMaterialAndPipeline()
|
bool InitVertexLumMP()
|
||||||
{
|
{
|
||||||
mtl::Material3DCreateConfig cfg(device->GetDeviceAttribute(),"VertexLuminance3D",Prim::Lines);
|
mtl::Material3DCreateConfig cfg(device->GetDeviceAttribute(),"VertexLuminance3D",Prim::Lines);
|
||||||
|
|
||||||
@ -117,7 +117,7 @@ public:
|
|||||||
if(!SceneAppFramework::Init(w,h))
|
if(!SceneAppFramework::Init(w,h))
|
||||||
return(false);
|
return(false);
|
||||||
|
|
||||||
if(!InitMaterialAndPipeline())
|
if(!InitVertexLumMP())
|
||||||
return(false);
|
return(false);
|
||||||
|
|
||||||
if(!CreateRenderObject())
|
if(!CreateRenderObject())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user