コンテンツにスキップ

Java 3D

出典: フリー百科事典『ウィキペディア(Wikipedia)』

これはこのページの過去の版です。Setu (会話 | 投稿記録) による 2003年4月9日 (水) 19:26個人設定で未設定ならUTC)時点の版 (クラス情報の一覧 (後で分類したい))であり、現在の版とは大きく異なる場合があります。

(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)

Java3D は、Java言語向けの三次元グラフィックス(3D)の標準APIである。サンマイクロからパッケージとして提供されている。

javax.media.j3d (メディア:Java 3D)

インターフェース (Interfaces)

    • AudioDevice -
    • AudioDevice3D -
    • AudioDevice3DL2 -
    • GeometryUpdater -
    • ImageComponent2D.Updater -
    • ImageComponent3D.Updater -
    • InputDevice -

クラス (Classes)

    • Alpha -
    • AlternateAppearance -
    • AmbientLight -
    • Appearance -
    • AuralAttributes -
    • Background -
    • BackgroundSound -
    • Behavior -
    • Billboard -
    • BoundingBox -
    • BoundingLeaf -
    • BoundingPolytope -
    • BoundingSphere -
    • Bounds -
    • BranchGroup -
    • Canvas3D -
    • Clip -
    • ColoringAttributes -
    • ColorInterpolator -
    • CompressedGeometry -
    • CompressedGeometryHeader -
    • ConeSound -
    • DecalGroup -
    • DepthComponent -
    • DepthComponentFloat -
    • DepthComponentInt -
    • DepthComponentNative -
    • DirectionalLight -
    • DistanceLOD -
    • ExponentialFog -
    • Fog -
    • Font3D -
    • FontExtrusion -
    • Geometry -
    • GeometryArray -
    • GeometryStripArray -
    • GraphicsConfigTemplate3D -
    • GraphicsContext3D -
    • Group -
    • HiResCoord -
    • ImageComponent -
    • ImageComponent2D -
    • ImageComponent3D -
    • IndexedGeometryArray -
    • IndexedGeometryStripArray -
    • IndexedLineArray -
    • IndexedLineStripArray -
    • IndexedPointArray -
    • IndexedQuadArray -
    • IndexedTriangleArray -
    • IndexedTriangleFanArray -
    • IndexedTriangleStripArray -
    • Interpolator -
    • J3DBuffer -
    • J3DGraphics2D -
    • Leaf -
    • Light -
    • LinearFog -
    • LineArray -
    • LineAttributes -
    • LineStripArray -
    • Link -
    • Locale -
    • LOD -
    • Material -
    • MediaContainer -
    • ModelClip -
    • Morph -
    • Node -
    • NodeComponent -
    • NodeReferenceTable -
    • OrderedGroup -
    • OrientedShape3D -
    • PathInterpolator -
    • PhysicalBody -
    • PhysicalEnvironment -
    • PickBounds -
    • PickCone -
    • PickConeRay -
    • PickConeSegment -
    • PickCylinder -
    • PickCylinderRay -
    • PickCylinderSegment -
    • PickPoint -
    • PickRay -
    • PickSegment -
    • PickShape -
    • PointArray -
    • PointAttributes -
    • PointLight -
    • PointSound -
    • PolygonAttributes -
    • PositionInterpolator -
    • PositionPathInterpolator -
    • QuadArray -
    • Raster -
    • RenderingAttributes -
    • RotationInterpolator -
    • RotationPathInterpolator -
    • RotPosPathInterpolator -
    • RotPosScalePathInterpolator -
    • ScaleInterpolator -
    • SceneGraphObject -
    • SceneGraphPath -
    • Screen3D -
    • Sensor -
    • SensorRead -
    • Shape3D -
    • SharedGroup -
    • Sound -
    • Soundscape -
    • SpotLight -
    • Switch -
    • SwitchValueInterpolator -
    • TexCoordGeneration -
    • Text3D -
    • Texture -
    • Texture2D -
    • Texture3D -
    • TextureAttributes -
    • TextureCubeMap -
    • TextureUnitState -
    • Transform3D -
    • TransformGroup -
    • TransformInterpolator -
    • TransparencyAttributes -
    • TransparencyInterpolator -
    • TriangleArray -
    • TriangleFanArray -
    • TriangleStripArray -
    • View -
    • ViewPlatform -
    • ViewSpecificGroup -
    • VirtualUniverse -
    • WakeupAnd -
    • WakeupAndOfOrs -
    • WakeupCondition -
    • WakeupCriterion -
    • WakeupOnActivation -
    • WakeupOnAWTEvent -
    • WakeupOnBehaviorPost -
    • WakeupOnCollisionEntry -
    • WakeupOnCollisionExit -
    • WakeupOnCollisionMovement -
    • WakeupOnDeactivation -
    • WakeupOnElapsedFrames -
    • WakeupOnElapsedTime -
    • WakeupOnSensorEntry -
    • WakeupOnSensorExit -
    • WakeupOnTransformChange -
    • WakeupOnViewPlatformEntry -
    • WakeupOnViewPlatformExit -
    • WakeupOr -
    • WakeupOrOfAnds -

例外 (Exceptions)

    • BadTransformException -
    • CapabilityNotSetException -
    • DanglingReferenceException -
    • IllegalRenderingStateException -
    • IllegalSceneGraphException -
    • IllegalSharingException -
    • MultipleParentException -
    • RestrictedAccessException -
    • SceneGraphCycleException -
    • SoundException -

javax.vecmath (ベクトル計算パッケージ

クラス (Classes)

    • AxisAngle4d -
    • AxisAngle4f -
    • Color3b -
    • Color3f -
    • Color4b -
    • Color4f -
    • GMatrix -
    • GVector -
    • Matrix3d -
    • Matrix3f -
    • Matrix4d -
    • Matrix4f -
    • Point2d -
    • Point2f -
    • Point3d -
    • Point3f -
    • Point3i -
    • Point4d -
    • Point4f -
    • Point4i -
    • Quat4d -
    • Quat4f -
    • TexCoord2f -
    • TexCoord3f -
    • TexCoord4f -
    • Tuple2d -
    • Tuple2f -
    • Tuple3b -
    • Tuple3d -
    • Tuple3f -
    • Tuple3i -
    • Tuple4b -
    • Tuple4d -
    • Tuple4f -
    • Tuple4i -
  • 「ベクトル」
    • Vector2d -
    • Vector2f -
    • Vector3d -
    • Vector3f -
    • Vector4d -
    • Vector4f -

例外 (Exceptions)

  • MismatchedSizeException -
  • SingularMatrixException -