DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ControlDG Kernel Control
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Expand General GeometryGeneral Geometry
Expand ModelModel
Collapse ViewView
Expand General ComputingGeneral Computing
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Support
Skip Navigation LinksHome Page > API Reference > View > ILightSource_DG Go to ActiveX docs Search Documentation


ILightSource_DG Interface

Properties

PointDg Location
LightSourceType_DG Type
LightPositioningType_DG PositioningType

Methods

GetLocation
SetLocation
GetColor
SetColor
GetColor
SetColor

void GetLocation(float x, float y, float z)


void SetLocation(float dX, float dY, float dZ)

This call is ignored if PositioningType is LightPositioningType_DG.Automatic


Color GetColor(LightComponent_DG component)


void SetColor(LightComponent_DG component, Color color)


void GetColor(LightComponent_DG component, float red, float green, float blue)


void SetColor(LightComponent_DG component, float fRed, float green, float fBlue)