ShiVa3D is a 3d game engine and editor used for creating games and simulations that can be exported to many platforms (pc, mac, linux, smartphones, tablets)
Questions tagged [shiva3d]
12 questions
1
vote
1 answer
Maths - Plot 3rd triangle point from slope angle
I am making a game and I want the camera to be at the side of the two players, approximately 10 metres from the centre point between the two with rotation so it is 90 degrees from the line between the two, example picture here:

user576820
- 1,289
- 2
- 11
- 13
1
vote
2 answers
Calling ShiVa code from within iOS
I'm still very new to ShiVa3d and fairly new to iOS.
I'd like to develop an app that runs on an iPad. I will write quite a lot of logic in objective-c that will run on the iOS and some simple lua code in ShiVa.
Here is a very simple example of what…

Vamos
- 2,701
- 2
- 24
- 37
1
vote
0 answers
Set GLSurfaceView as Live Wallpaper in android
I'm Java/Android/Shiva3D/Unity3D developer.
But I never have created android live wallpapers.. so I need some help..
I want to create 3D Live Wallpapers with Shiva 3D. After exporting project as android project from Shiva3D.. I'm getting project,…

Henrik
- 37
- 1
- 5
0
votes
1 answer
How can I load a Model from a URL in ShiVa3D?
I'm trying to load a model from a URL, using the code found here
I simply created a game with a single AI script called MainAI and added a state to this.
The loop of the state runs and loads the Model (I can see this happening in the logs).
But when…

Vamos
- 2,701
- 2
- 24
- 37
0
votes
1 answer
How can I install a ShiVa3D app on an iPhone? (for development testing)
I'm new to ShiVa3D (a 3d games engine).
I'm testing a very simple app that just displays a 3D model, it works in ShiVa Editor (1.9 PLE). I can export it fine as a .stk file. All this is on a Windows PC.
I then open the ShiVa3D Authoring tool (v1.1)…

Vamos
- 2,701
- 2
- 24
- 37
0
votes
2 answers
How to find root cause of NullPointerException / RuntimeException
Google Play Games Services crashses my game when I log out and back in (using GameHelper). I've been through every line of code and I cannot find a single problem (There is no crash when I'm NOT using Google Game Services).
But when I run my game,…

Selzier
- 101
- 1
- 6
- 19
0
votes
0 answers
Google Games: Gingerbread w/ Multiple G+ Accounts > Indefinite Sign-In Loop - GameHelper
With Google Play Game Services samples, If you use a Gingerbread device that has multiple Google Accounts, you cannot sign in. GameHelper fails to sign-in and you get stuck in a never ending "sign-in screen" loop.
If you open GameHelper.java and…

Selzier
- 101
- 1
- 6
- 19
0
votes
2 answers
Unable to start activity ComponentInfo Error?
I'm trying to duplicate the Android Game Services example "Type A Number Challenge" in my own game. It works fine until I log out and then back in, I get an the following error:
09-09 15:23:11.372: E/AndroidRuntime(7438): FATAL EXCEPTION: main
09-09…

Selzier
- 101
- 1
- 6
- 19
0
votes
1 answer
Does shiva support c++11 standard?
Does Shiva support the C++11 standard?
I want to learn how to use a game engine and I already know C++, so I prefer Shiva over Unity if it supports C++11.

Damir
- 54,277
- 94
- 246
- 365
0
votes
1 answer
Did anyone try to use websockets with Shiva3D?
Did anyone try to use websockets with Shiva3D ?
I want to create communication between client and server and I think it is easier to use websockets than tcp, because overhead is not so big.
Is there already library for websockets or I can use c++…

Damir
- 54,277
- 94
- 246
- 365
0
votes
2 answers
Android Fragment Error: No View Found For ID
The error in logcat: E/FragmentManager(7158): No view found for id 0x7f05000d (com.mybiz.mygame:id/fragment_container) for fragment MainMenuFragment{4052d780 #0 id=0x7f05000d}
Ok here is how the app is set up:
Two vars are created:
private static…

Selzier
- 101
- 1
- 6
- 19
-1
votes
1 answer
Where is my error LUA?
When I was finally done with the script and had the program check it I tried to change it to specifically what it said was wrong but now I get
Title_Function_Network.lua:40:
`end' expected (to close `if' at line 18) near `'
I am puzzled as…

user3496059
- 1
- 1