Questions tagged as '3d'

1
answer

3D graphic using THREE.js

Good friends, I need to know how to make a 3D graphic (some type of structure or box) that inside draw a line according to values that will be passed to them. Attached picture of what I want to do. I tried to create a cube without texture, wh...
asked by 15.11.2016 / 21:57
1
answer

Why when I try my game on android does not send me to the scenes I want?

I have this code: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class intro : MonoBehaviour { // Use this for initialization void Update () { StartCoroutine ("ret...
asked by 10.12.2017 / 02:55
0
answers

Map File How to edit it? [closed]

When you download the Ace Online game ( aceonline.axeso5.com ), there is a folder called res map in that folder. maps divided into 4 files dat (I imagine that the data of monsters that appear, interval, place) map (I imagine the vec...
asked by 05.06.2017 / 08:38
1
answer

How do I make an action last for a few seconds? Unity c #

I need help in an action, that is to say that I have a collision function, what I want to do is that when the player object collides with that object that has the collision method my player turns red by the time that has entered the field of col...
asked by 07.12.2017 / 03:03
0
answers

Load an lwjgl.opengl.Display in javax.swing

I have a Display object from the java lwjgl library: link the one that I have some 3D objects loaded, and I update the display every frame in the following way: In a class created by me, called DisplayManager: public static void updateDis...
asked by 26.04.2018 / 17:46
1
answer

How do I change the block? Unity 3D c #

I have the following code: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class BuildSystem : MonoBehaviour { RaycastHit hit; Ray ray; Vector3 Paredposition; public...
asked by 16.12.2017 / 05:54
1
answer

Development of a 3D human avatar [closed]

Thanks for your help. I need to program an avatar with a human figure in 3D, as an application assistant, the idea is that I can animate it with javascript so that I can talk to the user, walk, and display options to the user. Does anyone...
asked by 26.05.2017 / 07:25
1
answer

Help with Script to jump in Unity 3D

The thing is that I'm very new and I'm doing a game for a race subject and I can not find a way to make the damn Player jump. It moves on the X and Z axes, but I can not get it to jump. I would greatly appreciate if someone finds me the fault. O...
asked by 27.11.2018 / 20:37