Author Topic: Some help with 3ds files.  (Read 2341 times)

Offline ring0za

  • byte
  • *
  • Posts: 1
    • View Profile
Some help with 3ds files.
« on: February 02, 2012, 05:39:05 am »
Good day to you! I want some help with 3ds object's. How can i load it into android app and do some manipulations with my scene for example. What steps to initialize 3ds scene? set up the lights?

Offline K24A3

  • long
  • ***
  • Posts: 231
    • View Profile
Re: Some help with 3ds files.
« Reply #1 on: February 02, 2012, 06:52:25 am »
Hi,

There is plenty of information and sample code on the jPCT wiki website, have a look at this section: http://www.jpct.net/wiki/index.php/Main_Page#How_to_start

You basically install Eclipse, the Android SDK, Java, create a new project, add the jPCT library, then the coding.

Here's a good code example: http://www.jpct.net/wiki/index.php/Advanced_example
« Last Edit: February 02, 2012, 07:42:06 am by K24A3 »