Posts by Gabriel Stafoca • 388 points
5 posts
-
2
votes1
answer31
viewsQ: Get/Calular edges of a 3D object
I have the following question regarding obtaining the positions of a certain edge of a 3D object. Example, I have a track (car game) and I want to calculate, through a script C#, both sides of the…
-
1
votes2
answers1577
viewsA: Show all the contents of a layout in the Android Studio preview
I was able to find an answer to that. Just add a new Device in "Your Virtual Device" with a size you want (adding a height that matches your taste/project). See more here:…
-
0
votes2
answers1577
viewsQ: Show all the contents of a layout in the Android Studio preview
Hello, I would like to know how to (if possible) show all the contents of a layout in the Android Studio preview. Follow image of example: The blue dial, is a button that is in the layout, but I…
-
6
votes1
answer196
viewsA: Search view in wordpress
In the search.php file of your theme in Wordpress, you can use the method get_post_type(); to check the content type of the post. Example: <?php get_header(); if ( have_posts() ) { while (…
-
13
votes1
answer2964
viewsQ: Calculate force to reach point B from point A
I have the value of the starting point, the end point (target) and the initial angle of the object. I would like to know the strength to reach the end point, as in the image below. Is there a…