Ejemplo n.º 1
0
void RendSpline::SetGenUVW(BOOL sw) 
{  

	if (sw==HasUVW()) return;
	else
	{
		BOOL doRender, doDisplay;
		pblock->GetValue(rnd_render,0.0f,doRender,FOREVER); // check if it's renderable
		pblock->GetValue(rnd_display,0.0f,doDisplay,FOREVER); // check if it's renderable
		if (doRender || doDisplay)
			pblock->SetValue(rnd_genuvw,0.0f,sw,0); // sets UVW ON if needed
	}
	UpdateUI();
	//TODO: Set the plugin internal value to sw				
}
Ejemplo n.º 2
0
void TessendorfOcean::SetGenUVW(BOOL sw) 
{
    if (sw==HasUVW()) 
        return;
    //TODO: Set the plugin's internal value to sw
}
Ejemplo n.º 3
0
void TriPatchObject::SetGenUVW(BOOL sw) {  
	if (sw==HasUVW()) return;
	pblock->SetValue(PB_TEXTURE,0, sw);				
	InvalidateUI();
	}
Ejemplo n.º 4
0
void XModifier::SetGenUVW(BOOL sw) 
{  
	if (sw==HasUVW()) return;
}
Ejemplo n.º 5
0
void SolidifyPW::SetGenUVW(BOOL sw) 
{  
	if (sw==HasUVW()) return;
	//TODO: Set the plugin internal value to sw				
}
Ejemplo n.º 6
0
void HeightMap::SetGenUVW(BOOL sw) 
{  
	if (sw==HasUVW()) return;
	//TODO: Set the plugin's internal value to sw				
}
Ejemplo n.º 7
0
void TorusObject::SetGenUVW(BOOL sw) {  
	if (sw==HasUVW()) return;
	pblock->SetValue(PB_GENUVS,0, sw);				
	UpdateUI();
	}
Ejemplo n.º 8
0
void DiamondSquare::SetGenUVW(BOOL sw)
{
    if (sw==HasUVW())
        return;
    //TODO: Set the plugin's internal value to sw
}
Ejemplo n.º 9
0
void PatchDeformPW::SetGenUVW(BOOL sw) 
{  
	if (sw==HasUVW()) return;
	//TODO: Set the plugin internal value to sw				
}
Ejemplo n.º 10
0
void SelectByChannel::SetGenUVW(BOOL sw) 
{  
	if (sw==HasUVW()) return;
	//TODO: Set the plugin internal value to sw				
}
Ejemplo n.º 11
0
void PasteSkinWeights::SetGenUVW(BOOL sw) 
{  
	if (sw==HasUVW()) return;
	//TODO: Set the plugin internal value to sw				
}
Ejemplo n.º 12
0
void ExtrudeMod::SetGenUVW(BOOL sw) {  
	if (sw==HasUVW()) return;
	pblock->SetValue(PB_MAPPING,0, sw);				
	UpdateUI();
	}
Ejemplo n.º 13
0
void MapChannelDelete::SetGenUVW(BOOL sw) 
{  
	if (sw==HasUVW()) return;
	//TODO: Set the plugin internal value to sw				
}
Ejemplo n.º 14
0
void MeshObject::SetGenUVW(BOOL sw) {  
	if (sw==HasUVW()) return;	
}
Ejemplo n.º 15
0
void ProjectionHolderUVW::SetGenUVW(BOOL sw) 
{  
	if (sw==HasUVW()) return;
}
Ejemplo n.º 16
0
void BlobMesh::SetGenUVW(BOOL sw) 
{  
	if (sw==HasUVW()) return;
	//TODO: Set the plugin's internal value to sw            
}
Ejemplo n.º 17
0
void PrismObject::SetGenUVW(BOOL sw) {  
	if (sw==HasUVW()) return;
	pblock->SetValue(PB_GENUVS,0, sw);				
	}
Ejemplo n.º 18
0
void LuxCam::SetGenUVW(BOOL sw) 
{  
	if (sw==HasUVW()) 
		return;
	#pragma message(TODO("Set the plugin internal value to sw"))
}