org.cogchar.render.app.humanoid
Class HumanoidPuppetTestMain

java.lang.Object
  extended by org.cogchar.render.app.humanoid.HumanoidPuppetTestMain

public class HumanoidPuppetTestMain
extends Object

Example of a Java program that is able to display a bony-humanoid in OpenGL, without using OSGi, or any MechIO robotics interfaces. To successfully run this test program, you must invoke it with a classpath that includes the resources it wants, e.g. use the BonyDemoMain class in the org.cogchar.demo.render.opengl project.

Author:
Stu B.

Constructor Summary
HumanoidPuppetTestMain()
           
 
Method Summary
static void main(String[] args)
           
static BonyRenderContext makeBonyRenderContextWithApp(org.cogchar.blob.emit.RenderConfigEmitter rce)
           
static void startTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HumanoidPuppetTestMain

public HumanoidPuppetTestMain()
Method Detail

makeBonyRenderContextWithApp

public static BonyRenderContext makeBonyRenderContextWithApp(org.cogchar.blob.emit.RenderConfigEmitter rce)

main

public static void main(String[] args)

startTest

public static void startTest()
                      throws Throwable
Throws:
Throwable


Copyright © 2010-2014. All Rights Reserved.