java.lang.Object
de.grogra.ray.debug3d.Debug3dVRMLImpl
- All Implemented Interfaces:
Debug3dImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
flush()
void
void
logDirectLightRay
(Ray ray) void
logFiniteRay
(Ray ray, float scale, float weight) void
logInfiniteRay
(Ray ray, float weight) void
void
-
Constructor Details
-
Debug3dVRMLImpl
public Debug3dVRMLImpl()
-
-
Method Details
-
logCamera
- Specified by:
logCamera
in interfaceDebug3dImpl
-
logScene
- Specified by:
logScene
in interfaceDebug3dImpl
-
logInfiniteRay
- Specified by:
logInfiniteRay
in interfaceDebug3dImpl
-
logFiniteRay
- Specified by:
logFiniteRay
in interfaceDebug3dImpl
-
logNormal
- Specified by:
logNormal
in interfaceDebug3dImpl
-
logDirectLightRay
- Specified by:
logDirectLightRay
in interfaceDebug3dImpl
-
flush
public void flush()- Specified by:
flush
in interfaceDebug3dImpl
-
clear
public void clear()- Specified by:
clear
in interfaceDebug3dImpl
-