Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - pixelby

#1
Support / Serialized object names
September 28, 2016, 03:20:38 PM
Hello. I'm using eclipse plugin for serialize my 3ds model.
When I load model from 3ds, child elements have a correct names (like in blender).
After serialization, I obtain many .ser files with names <Original Model Name>_1.ser, ...., <Original Model Name>_25.ser

I need identify this objects by theirs names, but after loading Object.getName returns something like object24 and etc.

How to save original objects names after serialization?
#2
Support / Highlight model part by touch
September 27, 2016, 05:12:22 PM
Hello. I'm absolutely new in JPCT (also as in 3dmodelling)  :-\

I'm faced with next problem - I have a model, and I need to catch user touches on it.

For example, I have a model "Car" with child elements - door, roof, bumper.
When user click on door on something else, I need to catch this, change color for this element, and get name of this element.

How to achieve this?