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.
Search found 17 matches
- Mon Jul 17, 2017 11:21 am
- Forum: Beginners Help
- Topic: Custom properties in map XML
- Replies: 1
- Views: 525
- 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.
Thank you.
- 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.
- 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...
- 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.
I want draw meshes from few scene managers at the same time.
- Sat Nov 05, 2016 2:25 pm
- Forum: Beginners Help
- Topic: Cannot scene
- Replies: 5
- Views: 452
Re: Cannot scene
Thank you!
- 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) { ...
- 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
- 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!
- 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?
- 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.
- 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?
- 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
"Rather, part of the problem is that the mesh is made of 195 objects." - on screenshot loaded only 8 models - 23 fps
- Thu Sep 22, 2016 7:10 pm
- Forum: Beginners Help
- Topic: Low performans after loading big mesh
- Replies: 24
- Views: 1839
- 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)