Search found 17 matches

by lenchis001
Mon Jul 17, 2017 11:21 am
Forum: Beginners Help
Topic: Custom properties in map XML
Replies: 1
Views: 525

Custom properties in map XML

Hello everyone! Say me please: can i define custom scene node properties in map XML? If "yes", then how can i read it and where can i find sample?

Thank you.
by lenchis001
Mon Apr 24, 2017 12:35 pm
Forum: Beginners Help
Topic: Wrong texture displaying
Replies: 1
Views: 373

Wrong texture displaying

Hello, everyone. I have little scene with road mesh. As you can see, displaying is wrong (image texture has lines). Question: what is it and how can i remove it?

Thank you.

Image
by lenchis001
Wed Nov 16, 2016 9:07 pm
Forum: Beginners Help
Topic: Handling 2 key at the same time
Replies: 1
Views: 375

Handling 2 key at the same time

Hello. How to handle messages from the two keys at the same time? For example: pres W (move to forward) and D (rotate to right). Sorry for bad English. Thank.
by lenchis001
Mon Nov 14, 2016 9:26 pm
Forum: Beginners Help
Topic: Maya camera
Replies: 2
Views: 1533

Maya camera

Hello everyone. I try create third person game. I set parent for camera (actor), camera type - "Maya" (addCameraSceneNodeMaya()). When i changed position of actor, camera became wrong rotate. Can i correct this error quick? (may be exist special property, that must be set) Sory, if my ques...
by lenchis001
Sat Nov 05, 2016 4:41 pm
Forum: Beginners Help
Topic: Cannot scene
Replies: 5
Views: 452

Re: Cannot scene

But camera from main scene manager does not see meshes from sub scenes managers..
I want draw meshes from few scene managers at the same time.
by lenchis001
Sat Nov 05, 2016 2:25 pm
Forum: Beginners Help
Topic: Cannot scene
Replies: 5
Views: 452

Re: Cannot scene

Thank you!
by lenchis001
Sat Nov 05, 2016 1:11 pm
Forum: Beginners Help
Topic: Cannot scene
Replies: 5
Views: 452

Cannot scene

Hello. I am trying load scene from *.irr file with loadScene() method. When not set a root node - all good, but with root node (for example EmptySceneNode) - fail. Viewport is empty. Help me please. void TLMManager::addSubScene(wstring name, wstring pathToSceneDescriptor, wstring pathToIDsMap) {    ...
by lenchis001
Fri Sep 23, 2016 5:23 pm
Forum: Beginners Help
Topic: Low performans after loading big mesh
Replies: 24
Views: 1839

Re: Low performans after loading big mesh

This is result of loading model from OBJ file :(

Image
by lenchis001
Thu Sep 22, 2016 10:55 pm
Forum: Beginners Help
Topic: Low performans after loading big mesh
Replies: 24
Views: 1839

Re: Low performans after loading big mesh

Okay, thank you very much for support!
by lenchis001
Thu Sep 22, 2016 10:23 pm
Forum: Beginners Help
Topic: Low performans after loading big mesh
Replies: 24
Views: 1839

Re: Low performans after loading big mesh

Okay, how many polygons can i use for standard model in game?
by lenchis001
Thu Sep 22, 2016 9:55 pm
Forum: Beginners Help
Topic: Low performans after loading big mesh
Replies: 24
Views: 1839

Re: Low performans after loading big mesh

Yes - 68 (model must be corrected). I think, need delete support of DirectX, if this decreases performance in OpenGL. But this is of course up to you.
by lenchis001
Thu Sep 22, 2016 9:06 pm
Forum: Beginners Help
Topic: Low performans after loading big mesh
Replies: 24
Views: 1839

Re: Low performans after loading big mesh

Is it possible that performance will be increased in future?
by lenchis001
Thu Sep 22, 2016 8:34 pm
Forum: Beginners Help
Topic: Low performans after loading big mesh
Replies: 24
Views: 1839

Re: Low performans after loading big mesh

I try reduce polygons numbers to 10 000 - 15 000, but why Blender process this model without problems?

"Rather, part of the problem is that the mesh is made of 195 objects." - on screenshot loaded only 8 models - 23 fps

Image
by lenchis001
Wed Sep 21, 2016 7:02 pm
Forum: Beginners Help
Topic: Low performans after loading big mesh
Replies: 24
Views: 1839

Re: Low performans after loading big mesh

Hello. I tried it, but this not worked. (did not help)