I'm looking to create a simple JAVA
app that outputs a bunch of 3D points
(X, Y, Z) into a window. Possibly being able to rotate the
image of the dots
to appreciate the 3D. What'd be my best way to do this in JAVA? The JAVA
3D
API (application
programming interface)seems like overkill since you *need*
OpenGL and a 3D card, but I'm
sure my app'd
run fine on any
system without 3D hardware.
- Brian
Blogs related to 3D Points
At this point you could start experimenting
Figure 12-1 The vital virtual world classes The
3D engine, on the other hand, takes care of the rendering. The cornerstone classes in this subsystem are the various cameras and the polyhedron classes. The only similarity between these
...
black art of java game programming by joel
what makes this transform different from the others we have examined is that it cannot be expressed with a matrix operation. at least not completely. the reason for this is that it is not a linear transform. the projection of
3d points ...
as you see when the dust clears, we
... of simple code. this is only because the
3d coordinates were in the vcs,
... the equations. the gains would not be very dramatic. projecting a
3d point on the
... them to scs. a caller can feed the camera with an array of
3d points,
...
At this point you could start experimenting
At this
point you could start experimenting with different models.
... of designing even a small fraction of a
3D engine can be pretty tricky.
... With the knowledge acquired in this chapter, you could build your own
3D Java engine.
...
black art of java game programming by joel
black art of
java game programming by joel fan sams, macmillan computer publishing isbn: 1571690433 pub date: 11/01/96 previous table of contents next projecting
3d points on a plane projection means transforming
3d coordinates to a 2d
...
At this point you could start experimenting
Black Art of
Java Game Programming by Joel Fan Sams, Macmillan Computer Publishing ISBN: 1571690433 Pub Date: 11/01/96 Previous Table of Contents Next Chapter 12 Building
3D Applets with App3Dcore Calin Tenitchi Goals: Use an advanced
...